diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:52:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:52:54 +0200 |
commit | 1eb2f48c275a7e5f572b86c615dffb64bdfab1e8 (patch) | |
tree | a0efeb2638733473c84f21e493668b87e5a84ecb /measure.c | |
parent | Add limit.c: get the highest rate possible (diff) | |
download | yes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.gz yes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.bz2 yes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.xz |
Add makefile and gitignore + update copyright year + m style fix + fix warnings + fix limit which had stopped working
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | measure.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,4 @@ /* See LICENSE file for copyright and license details. */ - -#define _GNU_SOURCE #include <fcntl.h> #include <limits.h> #include <stdio.h> |