HOPS
HOPS class reference
|
#include "parser.h"
#include "general.h"
#include "mk4_sizes.h"
#include "ffcontrol.h"
#include "msg.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
Functions | |
int | is_char (char *next_token) |
int | is_float (char *next_token, double *f_value) |
int | is_integer (char *next_token, int *i_value) |
int | is_keyword (char *next_token) |
int | is_timeval (char *next_token, int *i_value) |
int | lex (char *input_string) |
int is_char | ( | char * | next_token | ) |
int is_float | ( | char * | next_token, |
double * | f_value | ||
) |
int is_integer | ( | char * | next_token, |
int * | i_value | ||
) |
int is_keyword | ( | char * | next_token | ) |
int is_timeval | ( | char * | next_token, |
int * | i_value | ||
) |
int lex | ( | char * | input_string | ) |