mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
9 lines
149 B
CMake
9 lines
149 B
CMake
#include <stdio.h>
|
|
#include <@FROMHEADER@>
|
|
|
|
int main() {
|
|
#ifndef @FORDEFINITION@
|
|
return printf("%p\n", &@FORDEFINITION@);
|
|
#endif
|
|
return 0;
|
|
}
|