|
Teonet library
0.4.7
|
Macros | |
| #define | TDB_VERSION "0.0.2" |
| #define | APPNAME _ANSI_MAGENTA "teodb_ex" _ANSI_NONE |
| #define | TEODB_PEER getKe()->teo_cfg.app_argv[1] |
| #define | TEODB_EX_KEY "teo_db_ex" |
| #define | TEST_KEY "test" |
| #define | TEST_VALUE "{ \"name\": \"1\" }" |
Functions | |
| int | main (int argc, char **argv) |
| Main Teonet Database example function. More... | |
| #define APPNAME _ANSI_MAGENTA "teodb_ex" _ANSI_NONE |
| #define TDB_VERSION "0.0.2" |
Referenced by main().
| #define TEODB_EX_KEY "teo_db_ex" |
| #define TEODB_PEER getKe()->teo_cfg.app_argv[1] |
| #define TEST_KEY "test" |
| #define TEST_VALUE "{ \"name\": \"1\" }" |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main Teonet Database example function.
| argc | Number of arguments |
| argv | Arguments array |
References TDB_VERSION, and VERSION.