ReactOS 0.4.16-dev-226-g79f2289
|
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | methods_struct |
Macros | |
#define | HAVE_STDDEF_H /* replace 'define' by 'undef' if error here */ |
#define | HAVE_STDLIB_H /* same thing for stdlib.h */ |
#define | HAVE_PROTOTYPES |
#define | HAVE_UNSIGNED_CHAR |
#define | HAVE_UNSIGNED_SHORT |
#define | HAVE_VOID |
#define | HAVE_CONST |
Typedefs | |
typedef size_t | my_size_t |
typedef void * | void_ptr |
typedef void(* | void_func) (int a, int b) |
typedef struct undefined_structure * | undef_struct_ptr |
Functions | |
int | testfunction (int arg1, int *arg2) |
int | test2function (void) |
void | test3function (void_ptr arg1, void_func arg2) |
int | test4function (const int arg1) |
int | possibly_duplicate_function () |
int | possibly_dupli_function () |
int | is_char_signed (int arg) |
int | is_shifting_signed (long arg) |
int | main (int argc, char **argv) |
Variables | |
unsigned char | un_char |
unsigned short | un_short |
static const int | carray [3] = {1, 2, 3} |
#define HAVE_CONST |
Definition at line 181 of file ckconfig.c.
#define HAVE_PROTOTYPES |
Definition at line 100 of file ckconfig.c.
Definition at line 35 of file ckconfig.c.
Definition at line 40 of file ckconfig.c.
#define HAVE_UNSIGNED_CHAR |
Definition at line 128 of file ckconfig.c.
#define HAVE_UNSIGNED_SHORT |
Definition at line 140 of file ckconfig.c.
#define HAVE_VOID |
Definition at line 151 of file ckconfig.c.
Definition at line 90 of file ckconfig.c.
typedef struct undefined_structure* undef_struct_ptr |
Definition at line 205 of file ckconfig.c.
Definition at line 155 of file ckconfig.c.
Definition at line 243 of file ckconfig.c.
Referenced by main().
Definition at line 261 of file ckconfig.c.
Referenced by main().
Definition at line 286 of file ckconfig.c.
int possibly_dupli_function | ( | ) |
Definition at line 222 of file ckconfig.c.
int possibly_duplicate_function | ( | ) |
Definition at line 217 of file ckconfig.c.
Definition at line 116 of file ckconfig.c.
Definition at line 163 of file ckconfig.c.
Definition at line 187 of file ckconfig.c.
Definition at line 111 of file ckconfig.c.
Definition at line 184 of file ckconfig.c.
Referenced by test4function(), and write_pointer_description().
Definition at line 131 of file ckconfig.c.
Definition at line 143 of file ckconfig.c.