#include "symboldef.h"Include dependency graph for util.h:

Go to the source code of this file.
Defines | |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | NULL 0 |
| #define | MAXPATHLEN 255 |
| #define | FUNCTION 0x0 |
| #define | METHOD 0x1 |
| #define | TYPETYPE 0x0 |
| #define | CLASSTYPE 0x2 |
| #define | TYPERET 0x0 |
| #define | CLASSRET 0x2 |
| #define | TYPEREP 0x0 |
| #define | CLASSREP 0x4 |
| #define | FIXEDARGS 0x0 |
| #define | VARARGS 0x8 |
| #define | talloc(type) (type *) malloc(sizeof(type)) |
Typedefs | |
| typedef int | bool |
Functions | |
| char * | alstrcpy (char *s1) |
| void | setflags (int *flags, int fb) |
| bool | ismethod (int flags) |
| bool | isclasstype (struct typex *type) |
| bool | hasvarpar (int flags) |
| char * | get_c_type (struct typex *type) |
| char * | toupper_s (char *s) |
| char * | valconv (char *str) |
| int | atox (char *s) |
| char * | atoaf (char *s) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6