add UT
#include <stdio.h> #include <aitio.h> int main(int argc, char **argv) { if (argc < 2) return 1; return 0; }