libc.h File Reference

Include dependency graph for libc.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define __SYSCALL0(id)   __syscall(0, 0, 0, 0, id)
#define __SYSCALL1(id, p1)   __syscall(p1, 0, 0, 0, id)
#define __SYSCALL2(id, p1, p2)   __syscall(p1, p2, 0, 0, id)
#define __SYSCALL3(id, p1, p2, p3)   __syscall(p1, p2, p3, 0, id)
#define __SYSCALL4(id, p1, p2, p3, p4)   __syscall(p1, p2, p3, p4, id)

Functions

void __main (void)
void __io_init (void)
void __exit (void)
sysarg_t __syscall (const sysarg_t p1, const sysarg_t p2, const sysarg_t p3, const sysarg_t p4, const syscall_t id)


Detailed Description

Definition in file libc.h.


Generated on Sun Jun 18 18:01:05 2006 for HelenOS Userspace (ia64) by  doxygen 1.4.6