Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nonstdio.c File Reference
#include <linux/string.h>
#include <asm/time.h>
#include "nonstdio.h"

Go to the source code of this file.

Functions

int xmon_putchar (int c)
 
int xmon_expect (const char *str, unsigned long timeout)
 
int xmon_getchar (void)
 
charxmon_gets (char *str, int nb)
 
void xmon_printf (const char *format,...)
 
void xmon_puts (const char *str)
 

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 str,
int  nb 
)

Definition at line 104 of file nonstdio.c.

void xmon_printf ( const char format,
  ... 
)

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 str)

Definition at line 136 of file nonstdio.c.