diff options
| author | Miguel <m.i@gmx.at> | 2018-09-21 11:44:55 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-21 11:44:55 +0200 |
| commit | f5281689c95758f17628f0286e0265ecf3385a8e (patch) | |
| tree | 312b16fcbaf40b7e32c1b7e3fe783477e8d9674c /userspace/err.c | |
| parent | e68c8e3468076afa171ffff82b9bafa4cbc335bb (diff) | |
little div prog and cleaning userspace
Diffstat (limited to 'userspace/err.c')
| -rw-r--r-- | userspace/err.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/userspace/err.c b/userspace/err.c deleted file mode 100644 index 8e5d819..0000000 --- a/userspace/err.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <stdio.h> - -int main(int argc, char **argv) -{ - char buf[]="This is a line written to stderr.\n"; - int l=fwrite(buf,sizeof(char),strlen(buf),stderr); // write stderr; - printf("Written %i chars to stderr.\n",l); - return 0; -} |
