mirror of
https://github.com/Dasharo/subhook.git
synced 2026-03-06 15:04:20 -08:00
7 lines
68 B
C++
7 lines
68 B
C++
extern "C" void foo(void);
|
|
|
|
int main() {
|
|
foo();
|
|
return 0;
|
|
}
|