diff options
Diffstat (limited to 'src/userspace/libc/stdio.h')
-rw-r--r-- | src/userspace/libc/stdio.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/userspace/libc/stdio.h b/src/userspace/libc/stdio.h new file mode 100644 index 0000000..03dfd1a --- /dev/null +++ b/src/userspace/libc/stdio.h @@ -0,0 +1,8 @@ +#ifndef MELVIX_STDIO_H +#define MELVIX_STDIO_H + +// File operations + +// Character input/output + +#endif |