HOPS
HOPS class reference
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "parser.h"
#include "control.h"
#include "ffcontrol.h"
#include "mk4_sizes.h"
#include "msg.h"
#include <ctype.h>
#include "frqsupport.h"
Macros | |
#define | ALLOW_FRQS_CODE |
#define | FALSE 0 |
#define | LXH 0 |
#define | RYV 1 |
#define | TRUE 1 |
Functions | |
int | fcode (char c, char *codes) |
int | nullify_cblock (struct c_block *cb_ptr) |
int | parser (void) |
Variables | |
struct c_block * | cb_head |
char * | char_values |
double * | float_values |
struct fsm_table_entry * | fsm_base |
int | msglev |
struct token_struct * | tokens |
#define ALLOW_FRQS_CODE |
#define FALSE 0 |
#define LXH 0 |
#define RYV 1 |
#define TRUE 1 |
|
inline |
int nullify_cblock | ( | struct c_block * | cb_ptr | ) |
int parser | ( | void | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |