HOPS
HOPS class reference
Macros | Functions
process_qstring.c File 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)
 

Macro Definition Documentation

◆ hextoint

#define hextoint (   x)
Value:
(isdigit((x)) ? (x) - '0'\
: ((x) - 'A') + 10)

◆ isodigit

#define isodigit (   x)    ((x) >= '0' && (x) <= '7')

Function Documentation

◆ process_qstring()

int process_qstring ( char *  qstring,
char *  string 
)