1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-04 20:47:10 +01:00
notnotdnethack/util/recover_main.c

6 lines
122 B
C

extern int recover_main(int argc, char **argv);
int main(int argc, char **argv)
{
return recover_main(argc, argv);
}