Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
embedded.h File Reference

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 Documentation

◆ cr_byte

typedef unsigned char cr_byte

Definition at line 29 of file embedded.h.

◆ cr_err

typedef int cr_err

Definition at line 30 of file embedded.h.

◆ cr_io_ctx

typedef struct cr_io_ctx cr_io_ctx

Definition at line 31 of file embedded.h.

◆ cr_size

typedef unsigned long long int cr_size

Definition at line 28 of file embedded.h.

◆ cr_ssize

typedef signed long long int cr_ssize

Definition at line 27 of file embedded.h.

Function Documentation

◆ cr_embed_init()

int cr_embed_init ( struct cr_embed_properties * props)

◆ cr_embed_term()

int cr_embed_term ( struct cr_embed_properties * props)