Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Data Structures | |
struct | cr_embed_vtable |
struct | cr_embed_properties |
Typedefs | |
typedef signed long long int | cr_ssize |
typedef unsigned long long int | cr_size |
typedef unsigned char | cr_byte |
typedef int | cr_err |
typedef struct cr_io_ctx | cr_io_ctx |
Functions | |
int | cr_embed_init (struct cr_embed_properties *props) |
int | cr_embed_term (struct cr_embed_properties *props) |
typedef unsigned char cr_byte |
Definition at line 29 of file embedded.h.
typedef int cr_err |
Definition at line 30 of file embedded.h.
Definition at line 31 of file embedded.h.
typedef unsigned long long int cr_size |
Definition at line 28 of file embedded.h.
typedef signed long long int cr_ssize |
Definition at line 27 of file embedded.h.
int cr_embed_init | ( | struct cr_embed_properties * | props | ) |
int cr_embed_term | ( | struct cr_embed_properties * | props | ) |