DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions | Variables
skip.c File Reference

Macros

#define MEMSIZE   65536
#define MASK8   0xFF

Functions

void mem_reset (void)
void mem_skip (int min, int max)
void print_mem (void)
void get_range (char *s, int *min, int *max)
 main (int argc, char **argv)

Variables

unsigned char mem [MEMSIZE/8]

Macro Definition Documentation

#define MASK8   0xFF
#define MEMSIZE   65536

Function Documentation

void get_range ( char *  s,
int *  min,
int *  max 
)
main ( int  argc,
char **  argv 
)
void mem_reset ( void  )
void mem_skip ( int  min,
int  max 
)
void print_mem ( void  )

Variable Documentation

unsigned char mem[MEMSIZE/8]