Line 10:
Line 10:
For those who interrested this page can be a base to make a usable application.
For those who interrested this page can be a base to make a usable application.
+
<source lang="c">
#include <stdio.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/types.h>
Line 166:
Line 167:
}
}
+
</source>