cc -Wall -pedantic -O3 -c elapsed.c -o elapsed.o
cc -Wall -pedantic -O3 -I. ./examples/stopwatch.c elapsed.o -o stopwatch
./stopwatch
Press enter to record splits!
Dual licensed under the MIT License and Unlicense. See LICENSE and UNLICENSE files for full text of these licenses.
Michael P. Nitowski mike@nitow.ski