diff options
Diffstat (limited to 'userspace/nonl.c')
| -rw-r--r-- | userspace/nonl.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/userspace/nonl.c b/userspace/nonl.c deleted file mode 100644 index 3940453..0000000 --- a/userspace/nonl.c +++ /dev/null @@ -1,15 +0,0 @@ -#include <stdio.h> -#include <stdlib.h> - -void atex() -{ - printf("atex\n"); -} -int main() -{ - printf("nonextline"); -// fflush(stdout); - -// atexit(&atex); - return EXIT_SUCCESS; -} |
