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 float float32_t
 
typedef double float64_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.

◆ float32_t

typedef float float32_t

Definition at line 10 of file types.h.

◆ float64_t

typedef double float64_t

Definition at line 11 of file types.h.