Subversion Repositories HelenOS-historic

Rev

Rev 1301 | Rev 1508 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1301 Rev 1465
Line 32... Line 32...
32
#include <types.h>
32
#include <types.h>
33
#include <stdarg.h>
33
#include <stdarg.h>
34
 
34
 
35
#define EOF (-1)
35
#define EOF (-1)
36
 
36
 
-
 
37
extern int getchar(void);
-
 
38
 
37
extern int puts(const char * str);
39
extern int puts(const char * str);
38
extern int putchar(int c);
40
extern int putchar(int c);
39
 
41
 
40
extern int printf(const char *fmt, ...);
42
extern int printf(const char *fmt, ...);
41
extern int sprintf(char *str, const char *fmt, ...);
43
extern int sprintf(char *str, const char *fmt, ...);