libcproject
C static library easier to use than libc (C standard library).
types.h File Reference
#include <stdint.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint8_t byte_t
 
typedef char * string_t
 

Typedef Documentation

◆ byte_t

typedef uint8_t byte_t

Definition at line 6 of file types.h.

◆ string_t

typedef char* string_t

Definition at line 8 of file types.h.