summaryrefslogtreecommitdiff
path: root/src/include/source/stdio.h
blob: dbf901af60e84ddca3617edcf5a789f6b6ed2c3d (plain)
1
2
3
4
5
6
#ifndef SOURCE_STDIO_H
#define SOURCE_STDIO_H

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

#endif