From 631fdbefc89a6202c5b8e2bf0e15a6ca7df809ef Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 20 Sep 2018 02:02:28 +0200 Subject: newlib and pipes --- userspace/nonl.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 userspace/nonl.c (limited to 'userspace/nonl.c') diff --git a/userspace/nonl.c b/userspace/nonl.c new file mode 100644 index 0000000..3940453 --- /dev/null +++ b/userspace/nonl.c @@ -0,0 +1,15 @@ +#include +#include + +void atex() +{ + printf("atex\n"); +} +int main() +{ + printf("nonextline"); +// fflush(stdout); + +// atexit(&atex); + return EXIT_SUCCESS; +} -- cgit v1.2.3