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

Go to the source code of this file.

Macros

#define EOF   (-1)
 
#define printf   xmon_printf
 
#define putchar   xmon_putchar
 

Functions

int xmon_putchar (int c)
 
int xmon_getchar (void)
 
void xmon_puts (const char *)
 
charxmon_gets (char *, int)
 
void xmon_printf (const char *,...)
 
void xmon_map_scc (void)
 
int xmon_expect (const char *str, unsigned long timeout)
 
int xmon_write (const void *ptr, int nb)
 
int xmon_readchar (void)
 
int xmon_read_poll (void)
 

Macro Definition Documentation

#define EOF   (-1)

Definition at line 1 of file nonstdio.h.

#define printf   xmon_printf

Definition at line 3 of file nonstdio.h.

#define putchar   xmon_putchar

Definition at line 4 of file nonstdio.h.

Function Documentation

int xmon_expect ( const char str,
unsigned long  timeout 
)

Definition at line 26 of file nonstdio.c.

int xmon_getchar ( void  )

Definition at line 53 of file nonstdio.c.

char* xmon_gets ( char ,
int   
)

Definition at line 104 of file nonstdio.c.

void xmon_map_scc ( void  )

Definition at line 13 of file start.c.

void xmon_printf ( const char ,
  ... 
)

Definition at line 124 of file nonstdio.c.

int xmon_putchar ( int  c)

Definition at line 13 of file nonstdio.c.

void xmon_puts ( const char )

Definition at line 136 of file nonstdio.c.

int xmon_read_poll ( void  )

Definition at line 29 of file start.c.

int xmon_readchar ( void  )

Definition at line 22 of file start.c.

int xmon_write ( const void ptr,
int  nb 
)

Definition at line 17 of file start.c.