parent
854e8817c4
commit
b24a0a2fdc
@ -1,8 +1,12 @@
|
|||||||
// Created by Anthony Printup on 9/18/2023.
|
// Created by Anthony Printup on 9/18/2023.
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
extern "C" void library_function();
|
extern "C" void library_function();
|
||||||
|
#endif
|
||||||
int main() {
|
int main() {
|
||||||
puts("Hello from cmkr(relative-paths)!");
|
puts("Hello from cmkr(relative-paths)!");
|
||||||
|
#ifdef WIN32
|
||||||
library_function();
|
library_function();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue