#include "cutil.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "host.h"
#include "tprintf.h"
#include "ccutil.h"
#include "strngs.h"
#include "callcpp.h"
Defines | |
#define | RESET_COUNT 2000 |
Functions | |
long | long_rand (long limit) |
FILE * | open_file (const char *filename, const char *mode) |
bool | exists_file (const char *filename) |
Check whether the file exists. |
#define RESET_COUNT 2000 |
bool exists_file | ( | const char * | filename | ) |
Check whether the file exists.
long long_rand | ( | long | limit | ) |
FILE* open_file | ( | const char * | filename, | |
const char * | mode | |||
) |