aboutsummaryrefslogtreecommitdiff
path: root/src/mlibc/stdio.h
blob: ae377a26b65f47cb06d32382555773885611d382 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef MELVIX_STDIO_H
#define MELVIX_STDIO_H

// TODO: Input methods

void writec(char c);

void printf(const char *format, ...);

#endif