mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
6 lines
121 B
C
6 lines
121 B
C
#include "snippets/include_headers.h"
|
|
#define where "run_SNIPPET_NAME"
|
|
int main() {
|
|
#include "snippets/SNIPPET_NAME.c"
|
|
}
|