diff options
Diffstat (limited to 'src/stdlib/ttyslot.c')
| -rw-r--r-- | src/stdlib/ttyslot.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stdlib/ttyslot.c b/src/stdlib/ttyslot.c new file mode 100644 index 00000000..4e7a2b8e --- /dev/null +++ b/src/stdlib/ttyslot.c @@ -0,0 +1,10 @@ +#include <stdlib.h> + +int ttyslot(void) +{ + return 0; +} + +/* +XOPEN(400,600) +*/ |
