Compare commits

..

No commits in common. "master" and "2.0.0" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CC=gcc CC=gcc
CFLAGS=-Wall -Wextra -Wpedantic -O2 -std=c99 CFLAGS=-Wall -O2
LDFLAGS=-lm LDFLAGS=-lm
ifndef VERBOSE ifndef VERBOSE

View File

@ -1,5 +1,4 @@
#include <stdio.h> #include <stdio.h>
#include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>