mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
3 lines
57 B
C++
3 lines
57 B
C++
extern "C" { void* f(); }
|
|
|
|
void* f() { return new int; }
|