1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/osdep/riscos/riscos.c
2005-10-21 09:14:07 +02:00

20 lines
238 B
C

/* RISC OS system-specific routines. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "osdep/system.h"
#include "elinks.h"
#include "osdep/riscos/riscos.h"
#include "osdep/osdep.h"
int
is_xterm(void)
{
return 1;
}