4 lines
86 B
C
4 lines
86 B
C
|
#include "rcat.h"
|
||
|
|
||
|
int main(int argc, char *argv[]) { return rcat_main(argc, argv); }
|