libcake 0.0.1
Librairie en C
Référence du fichier def.h

Fichier contenant les types utilisés fréquemment par la librairie. Plus de détails...

Aller au code source de ce fichier.

Structures de données

struct  cake_bytesbuffer
 
struct  cake_ulonglongarray
 

Macros

#define CAKE_C
 
#define CAKE_CONCAT(a, b)   a##b
 
#define cake_true   1
 Constante désignant l'état vrai (1).
 
#define cake_false   0
 Constante désignant l'état faux (0).
 
#define CAKE_BUFF_SIZE   2048
 
#define CAKE_PTR(value)   &value
 
#define CAKE_ERROR   -1
 
#define CAKE_NO_ERROR   0
 

Définitions de type

typedef char cake_bool
 Type sur 8 bits, utilisé principalement comme valeur de retour des fonctions pour indiquer si une erreur est survenue.
 
typedef unsigned char uchar
 
typedef unsigned short ushort
 
typedef unsigned int uint
 
typedef unsigned long ulong
 
typedef unsigned long long ulonglong
 
typedef long long longlong
 
typedef uchar cake_byte
 
typedef uchar cake_undefined_type
 
typedef const char * cchar_ptr
 
typedef const short * cshort_ptr
 
typedef const int * cint_ptr
 
typedef const long * clong_ptr
 
typedef const long long * clonglong_ptr
 
typedef const unsigned char * cuchar_ptr
 
typedef const unsigned short * cushort_ptr
 
typedef const unsigned int * cuint_ptr
 
typedef const unsigned long * culong_ptr
 
typedef const unsigned long long * culonglong_ptr
 
typedef struct cake_bytesbuffer Cake_BytesBuffer
 
typedef struct cake_ulonglongarray Cake_UlonglongArray
 

Description détaillée

Fichier contenant les types utilisés fréquemment par la librairie.

Auteur
Tytraman