Rewrite save/resume in idiomatic C. Savefile version bumped to 26.

This commit is contained in:
Eric S. Raymond 2017-06-10 07:13:23 -04:00
parent 3af993abca
commit 9e8e0893dc
5 changed files with 73 additions and 188 deletions

View file

@ -14,7 +14,7 @@
VERS=1.0
CC?=gcc
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -g
LIBS=
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)