From c7ce65d2a2a14d734d9eefc54e3a63ca2357f2d9 Mon Sep 17 00:00:00 2001 From: zlg Date: Mon, 25 Jun 2018 22:22:28 -0700 Subject: Reorganize project --- LICENSE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 LICENSE (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3afa8d5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + +This program is free software. It comes without any warranty, to the extent +permitted by applicable law. -- cgit v1.2.3-54-g00ecf /'>knr
Category-0 solutions to The C Programming Language, 2nd Editionzlg
aboutsummaryrefslogtreecommitdiff
path: root/ch4/4-10_getline-calc.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09Solve Exercise 8-4: fseek() implementationzlg2-11/+68