forked from KolibriOS/kolibrios
Added limits.h and stdarg.h because I got some errors about va_list undefined
git-svn-id: svn://kolibrios.org@4117 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8e9dbc453a
commit
866bf8d5a9
@ -1,6 +1,8 @@
|
||||
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
|
||||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
#include <libc/file.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
int
|
||||
printf(const char *fmt, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user