Subversion Repositories HelenOS-historic

Rev

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

Rev 495 Rev 499
Line 30... Line 30...
30
#define __LIBC__LIBC_H__
30
#define __LIBC__LIBC_H__
31
 
31
 
32
 
32
 
33
extern void __main(void);
33
extern void __main(void);
34
extern void __exit(void);
34
extern void __exit(void);
-
 
35
extern void __syscall(const unsigned int id, const unsigned int p1, const unsigned int p2, const unsigned int p3);
35
 
36
 
36
 
37
 
37
#endif
38
#endif