3 lines
84 B
C
3 lines
84 B
C
|
#include "rlib.h"
|
||
|
|
||
|
int main(int argc, char **argv) { return rlib_main(argc, argv); }
|