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

// File operations

// Character input/output

#endif