![]() |
PokerUnicorn
|
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <execinfo.h>
Go to the source code of this file.
Macros | |
#define | PKRSRV_UTIL_ASSERT(condition) |
Functions | |
void | pkrsrv_util_assert_fail () |
void | pkrsrv_util_verbose (const char *format,...) |
void | pkrsrv_util_verbose_set (int p_is_verbose) |
int | pkrsrv_util_msleep (long millis) |
uint64_t | pkrsrv_util_get_time_msec () |
int | pkrsrv_util_int2str (int number, char *target) |
unsigned char * | pkrsrv_util_base64_encode (unsigned char *data, int length) |
unsigned char * | pkrsrv_util_base64_decode (unsigned char *data, int length) |