3 lines
87 B
C
Raw Normal View History

#include "rcase.h"
int main(int argc, char *argv[]) { return rcase_main(argc, argv); }