Files
jsix_import/src/drivers/nulldrv/main.cpp
Justin C. Miller 3d0b262435 Add null driver
This will be the target of our real ELF loader
2018-09-05 23:01:05 -07:00

2 lines
52 B
C++

int main(int argc, const char **argv) { return 0; }