libtopo/test/topo.c
2022-05-27 00:25:30 +08:00

8 lines
88 B
C

#include <unistd.h>
#include "topo.h"
int main()
{
topo_init(1, 1);
return 0;
}