view include/stdio.h @ 160:3d891b634acb default tip

Fix to make make work
author Jonathan Pevarnek <pevarnj@gmail.com>
date Fri, 25 Nov 2011 23:27:09 -0500
parents 191e99dffd6c
children
line wrap: on
line source

#ifndef __STDIO_H
#define __STDIO_H

int sprintf(char *str, const char *fmt, ...);

#endif //__STDIO_H