Skip to content
/ elapsed Public

Compact elapsed time formatting and encoding library

License

MIT, Unlicense licenses found

Licenses found

MIT
LICENSE
Unlicense
UNLICENSE
Notifications You must be signed in to change notification settings

mnito/elapsed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compact Elapsed Time Formatting and Encoding Library

To compile library:

cc -Wall -pedantic -O3 -c elapsed.c -o elapsed.o

To compile stopwatch example:

cc -Wall -pedantic -O3 -I. ./examples/stopwatch.c elapsed.o -o stopwatch

To run stopwatch example:

./stopwatch

Press enter to record splits!

License

Dual licensed under the MIT License and Unlicense. See LICENSE and UNLICENSE files for full text of these licenses.

Original Author

Michael P. Nitowski [email protected]