Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
kern.h File Reference

Go to the source code of this file.

Functions

int printf (const char *fmt,...)
 
voidsbrk (int increment)
 
int pause (void)
 
void exit (int)
 

Function Documentation

void exit ( int  )
int pause ( void  )
int printf ( const char fmt,
  ... 
)

Definition at line 323 of file stdio.c.

void* sbrk ( int  increment)