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

Macro Definition Documentation

◆ append

#define append (   cc)
Value:
buffer = (char *)realloc (buffer,++num_chars); \
buffer[num_chars - 1] = cc
char buffer[MAX_BUFFER][MAX_CHARS]
Definition: fourmer.c:46

◆ comment

#define comment   3

◆ goodstuff

#define goodstuff   1

◆ IS_CONTROL_FILE

#define IS_CONTROL_FILE   1

◆ IS_SET_STRING

#define IS_SET_STRING   2

◆ isparen

#define isparen (   cc)    c == '(' || c == ')'

◆ white

#define white   2

Function Documentation

◆ read_control_file()

int read_control_file ( char *  control_file_name,
char **  input_string,
int *  flag 
)