Subversion Repositories Kolibri OS

Rev

Rev 8793 | Rev 9204 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8793 Rev 9093
Line 32... Line 32...
32
#ifndef _STDIO_H_
32
#ifndef _STDIO_H_
33
#define _STDIO_H_
33
#define _STDIO_H_
Line 34... Line 34...
34
 
34
 
35
#include 
35
#include 
36
#include 
-
 
Line 37... Line 36...
37
#include 
36
#include 
38
 
37
 
39
extern int  _FUNC(puts)(const char *str);
38
extern int  _FUNC(puts)(const char *str);
40
extern int  _FUNC(printf)(const char* format, ...);
39
extern int  _FUNC(printf)(const char* format, ...);