mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
8 lines
191 B
C
8 lines
191 B
C
#include "snippets/include_headers.h"
|
|
extern void SNIPPET_NAME_as_needed();
|
|
#define where "use_lib_SNIPPET_NAME"
|
|
int main() {
|
|
SNIPPET_NAME_as_needed();
|
|
#include "snippets/SNIPPET_NAME.c"
|
|
}
|