added readme and license, fixed posix compiler warning

This commit is contained in:
2021-02-02 07:32:58 -09:00
parent edc4fc09b6
commit 5d0373573a
4 changed files with 50 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#define _POSIX_C_SOURCE 1
#include <stdio.h>
#include <unistd.h>
#include <time.h>