Subversion Repositories HelenOS-historic

Rev

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

Rev 1157 Rev 1166
Line 36... Line 36...
36
 
36
 
37
typedef signed char __s8;
37
typedef signed char __s8;
38
 
38
 
39
typedef unsigned char __u8;
39
typedef unsigned char __u8;
40
typedef unsigned short __u16;
40
typedef unsigned short __u16;
41
typedef unsigned long __u32;
41
typedef unsigned int __u32;
42
typedef long long __u64;
42
typedef unsigned long __u64;
43
 
43
 
44
typedef __u32 __address;
44
typedef __u64 __address;
45
typedef __u32 __native;
45
typedef __u64 __native;
46
 
46
 
47
typedef char *char_ptr;
47
typedef char *char_ptr;
48
 
48
 
49
void puts(const char *str);
49
void puts(const char *str);
50
void printf(const char *fmt, ...);
50
void printf(const char *fmt, ...);