mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
5 lines
77 B
C
5 lines
77 B
C
|
|
#include "batch/import_functions.idc"
|
||
|
|
|
||
|
|
static main() {
|
||
|
|
import_functions();
|
||
|
|
}
|