8 lines
88 B
C
8 lines
88 B
C
#include <unistd.h>
|
|
#include "topo.h"
|
|
|
|
int main()
|
|
{
|
|
topo_init(1, 1);
|
|
return 0;
|
|
} |