summaryrefslogtreecommitdiff
path: root/src/stdio.h
blob: 2d0aa8a2b20ee44f88cea9aa084d22402181f551 (plain)
1
2
3
4
5
6
#ifndef STDIO_H
#define STDIO_H

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

#endif