Rework copyright notices

While at it, rename mystrtonum.[ch] to strtonum.[ch].
This commit is contained in:
Lucas 2021-02-11 21:02:02 +00:00
parent 33cc12f030
commit 0b93ea8653
7 changed files with 48 additions and 63 deletions

1
strtonum.h Normal file
View file

@ -0,0 +1 @@
long long mystrtonum(const char *, long long, long long, const char **);