summaryrefslogtreecommitdiff
path: root/include/libc/stdio.h
blob: 1919a132f9450fea8cfbe1fed294236ac66883d2 (plain)
1
2
3
4
5
6
#ifndef STDIO_H
#define STDIO_H

extern int sprintf(char* s, const char* fmt, ...);

#endif