mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-06-05 23:05:44 +02:00
7 lines
156 B
C
7 lines
156 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
void run_argp_tests(int argc, char* argv[], char* env[]);
|
|
void run_json_tests(int argc, char* argv[], char* env[]);
|
|
|
|
#endif |