|
HOPS
HOPS class reference
|
#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include "control.h"#include "ffcontrol.h"#include "msg.h"Macros | |
| #define | append(cc) |
| #define | comment 3 |
| #define | goodstuff 1 |
| #define | IS_CONTROL_FILE 1 |
| #define | IS_SET_STRING 2 |
| #define | isparen(cc) c == '(' || c == ')' |
| #define | white 2 |
Functions | |
| int | read_control_file (char *control_file_name, char **input_string, int *flag) |
| #define append | ( | cc | ) |
| #define comment 3 |
| #define goodstuff 1 |
| #define IS_CONTROL_FILE 1 |
| #define IS_SET_STRING 2 |
| #define isparen | ( | cc | ) | c == '(' || c == ')' |
| #define white 2 |
| int read_control_file | ( | char * | control_file_name, |
| char ** | input_string, | ||
| int * | flag | ||
| ) |