HOPS
HOPS class reference
|
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "mk4_vex.h"
#include "mk4_util.h"
Macros | |
#define | hextoint(x) |
#define | isodigit(x) ((x) >= '0' && (x) <= '7') |
Functions | |
int | process_qstring (char *qstring, char *string) |
#define hextoint | ( | x | ) |
#define isodigit | ( | x | ) | ((x) >= '0' && (x) <= '7') |
int process_qstring | ( | char * | qstring, |
char * | string | ||
) |