#include "genrcfun.h"#include <stdio.h>


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE void | SetupGenericsCompiler (void *) |
| LOCALE void | PrintGenericFunctionReference (void *, FILE *, DEFGENERIC *, int, int) |
| LOCALE void | DefgenericCModuleReference (void *, FILE *, int, int, int) |
| #define LOCALE extern |
Definition at line 31 of file genrccmp.h.
| LOCALE void DefgenericCModuleReference | ( | void * | , | |
| FILE * | , | |||
| int | , | |||
| int | , | |||
| int | ||||
| ) |
Definition at line 150 of file genrccmp.c.
| LOCALE void PrintGenericFunctionReference | ( | void * | , | |
| FILE * | , | |||
| DEFGENERIC * | , | |||
| int | , | |||
| int | ||||
| ) |
Definition at line 122 of file genrccmp.c.
| LOCALE void SetupGenericsCompiler | ( | void * | ) |
Definition at line 101 of file genrccmp.c.
1.5.6