Subversion Repositories HelenOS-historic

Rev

Rev 885 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 885 Rev 953
Line 44... Line 44...
44
typedef __u32 __address;
44
typedef __u32 __address;
45
typedef __u32 __native;
45
typedef __u32 __native;
46
 
46
 
47
typedef char *char_ptr;
47
typedef char *char_ptr;
48
 
48
 
-
 
49
void puts(const char *str);
49
void printf(const char *fmt, ...);
50
void printf(const char *fmt, ...);
50
 
51
 
51
#endif
52
#endif