index
:
c
master
C playground for following tutorials and experiments
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clip
/
Makefile
blob: 426a72174787e4861182f06c11476bd2fb60d355 (
plain
)
1
2
3
4
5
6
build
:
gcc
-Wall
-Wextra
-Wpedantic
--std
=
gnu99
clip.c
-o
clip
lint
:
splint
clip.c