Defines | Typedefs | Functions

ckconfig.c File Reference

#include <stdio.h>
#include <string.h>
Include dependency graph for ckconfig.c:

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 Documentation

#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 Documentation

typedef size_t my_size_t
typedef struct undefined_structure* undef_struct_ptr
typedef void(* void_func)()
typedef void* void_ptr

Function Documentation

int is_char_signed ( int  arg  ) 

Here is the caller graph for this function:

int is_shifting_signed ( long  arg  ) 

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Here is the call graph for this function:

int possibly_dupli_function (  ) 
int possibly_duplicate_function (  ) 
void test3function ( void_ptr  arg1,
void_func  arg2 
)
int test4function ( int  arg1  )  const