#include "mfcpch.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "scanutils.h"
#include "tprintf.h"
#include "varable.h"
Defines | |
#define | PLUS '+' |
#define | MINUS '-' |
#define | EQUAL '=' |
Functions | |
DLLSYM BOOL8 | read_variables_file (const char *file, bool global_only) |
bool | read_variables_from_fp (FILE *fp, inT64 end_offset, bool global_only) |
bool | set_variable (const char *variable, const char *value) |
DLLSYM void | print_variables (FILE *fp) |
#define EQUAL '=' |
#define MINUS '-' |
#define PLUS '+' |
DLLSYM void print_variables | ( | FILE * | fp | ) |
bool set_variable | ( | const char * | variable, | |
const char * | value | |||
) |