#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "symboldef.h"
#include "standardtypes.h"
#include "util.h"
Include dependency graph for util.c:
Defines | |
#define | STRINGBASE 16 |
Functions | |
char * | alstrcpy (char *s1) |
void | setflags (int *flags, int fb) |
bool | ismethod (int flags) |
bool | isclasstype (typex *type) |
bool | hasvarpar (int flags) |
char * | get_c_type (typex *type) |
char * | toupper_s (char *s) |
char * | valconv (char *str) |
int | atox (char *s) |
char * | atoaf (char *s) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|