Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 42 → Rev 83

/shark/trunk/oslib/ll/i386/stdio.h
23,10 → 23,10
#define __LL_I386_STDIO_H__
 
#include <ll/i386/defs.h>
#include <ll/stdarg.h>
 
BEGIN_DEF
 
#include <ll/stdarg.h>
 
int vsprintf(char *buf,char *fmt,va_list parms);
int vksprintf(char *buf,char *fmt,va_list parms);
int sprintf(char *buf,char *fmt,...) __attribute__((__format__(printf,2,3)));