Merge branch 'master' of github.com:victorvalenca/PLATYPUS

This commit is contained in:
Victor Fernandes 2017-05-10 14:17:15 -04:00
commit 933fbf61c9
2 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
To compile this under Linux:
gcc -o platy_gnu buffer.c buffer.h platy_bt.c -Wall -ansi -pedantic
To use:
./platy_gnu ass1.pls [f|a|m]
f: fixed increment mode
a: additive increment mode
m: multiplicative mode
NOTE: Change buffer.h to use malloc.h instead of mm_maloc.h if running on anything that isn't macOS