We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b8cca commit e31b2dcCopy full SHA for e31b2dc
src/ior-main.c
@@ -0,0 +1,6 @@
1
+#include "ior.h"
2
+
3
+int main(int argc, char **argv)
4
+{
5
+ return ior_main(argc, argv);
6
+}
0 commit comments