Implement timer* macros, and GNU's getopt_long

This commit is contained in:
jD91mZM2
2018-10-06 16:46:35 +02:00
parent baddbb98d5
commit 9d56ce42c6
13 changed files with 346 additions and 120 deletions
+1
View File
@@ -1,6 +1,7 @@
sys_includes = ["sys/types.h"]
include_guard = "_SYS_TIME_H"
language = "C"
trailer = "#include <bits/sys/time.h>"
# WORKAROUND:
# Timeval is used by another header, and cbindgen doesn't prefix that with `struct` :|