#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include "genframe.h"
#include "error.h"
#include "mystring.h"
Include dependency graph for genframe.c:
Classes | |
struct | varx |
Defines | |
#define | RECMAXIMUM 20 |
Typedefs | |
typedef int(* | function )() |
typedef char *(* | cfunction )() |
Functions | |
int | interpretfile (char *filename, function others) |
void | tolowerstr (char *str) |
void | installname (char *name, int *variable, int type) |
void | interpretargv (int argc, char *argv[], function others) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|