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