blob: d879a73574ad62123f0cd6359bbe255f149444f6 [file] [log] [blame]
/*
* Temporary file for use only during development when there are no library or
* header files.
*/
#ifndef STDIO_H
#define STDIO_H
int sprintf(char *out, const char *format, ...);
#endif /* stdio_h */