Concord - C Discord API library
A Discord API wrapper library written in C
types.h File Reference
#include <stddef.h>
#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.

Data Structures

struct  ccord_szbuf
 Generic sized buffer. More...
 
struct  ccord_szbuf_readonly
 Read-only generic sized buffer. More...
 
struct  ccord_szbuf_reusable
 Reusable generic sized buffer. More...
 

Typedefs

typedef uint64_t u64unix_ms
 Unix time in milliseconds. More...
 
typedef uint64_t u64snowflake
 Snowflake datatype. More...
 
typedef uint64_t u64bitmask
 Bitmask primitive. More...
 
typedef char json_char
 Raw JSON string. More...