#include <stdio.h>#include <string.h>
Defines | |
| #define | HAVE_STDDEF_H |
| #define | HAVE_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 )() |
| typedef struct undefined_structure * | undef_struct_ptr |
Functions | |
| void | test3function (void_ptr arg1, void_func arg2) |
| int | test4function (int arg1) const |
| 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) |
| #define HAVE_CONST |
| #define HAVE_PROTOTYPES |
| #define HAVE_STDDEF_H |
| #define HAVE_STDLIB_H |
| #define HAVE_UNSIGNED_CHAR |
| #define HAVE_UNSIGNED_SHORT |
| #define HAVE_VOID |
| typedef size_t my_size_t |
| typedef struct undefined_structure* undef_struct_ptr |
| typedef void(* void_func)() |
| typedef void* void_ptr |
| 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 test4function | ( | int | arg1 | ) | const |
1.7.1