aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/stdio.h
blob: 03dfd1abe788a28d2a7ff6822d0814e718df8f7f (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef MELVIX_STDIO_H
#define MELVIX_STDIO_H

// File operations

// Character input/output

#endif