libcproject
C static library easier to use than libc (C standard library).
types.h
Go to the documentation of this file.
1
#ifndef __LIBCPROJECT_TYPES__
2
#define __LIBCPROJECT_TYPES__
3
4
#include <stdint.h>
5
6
typedef
uint8_t
byte_t
;
7
8
typedef
char
*
string_t
;
9
10
typedef
float
float32_t
;
11
typedef
double
float64_t
;
12
13
#endif
byte_t
uint8_t byte_t
Definition:
types.h:6
float32_t
float float32_t
Definition:
types.h:10
string_t
char * string_t
Definition:
types.h:8
float64_t
double float64_t
Definition:
types.h:11
lib
types.h
Generated by
1.9.1