mirror of
https://github.com/Dasharo/subhook.git
synced 2026-03-06 15:04:20 -08:00
6 lines
70 B
C++
6 lines
70 B
C++
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
extern "C" void foo() {
|
||
|
|
puts("foo() called");
|
||
|
|
}
|