mirror of
https://github.com/Cxbx-Reloaded/subhook.git
synced 2025-03-02 07:16:16 +00:00
7 lines
68 B
C++
7 lines
68 B
C++
extern "C" void foo(void);
|
|
|
|
int main() {
|
|
foo();
|
|
return 0;
|
|
}
|