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