separated string helper functions to a different module

added wirth styled timestamps
renamed makefile to lowercase
This commit is contained in:
norayr 2017-05-18 12:56:38 +04:00
parent c56cf32567
commit d94bf140dc
9 changed files with 161 additions and 155 deletions

View file

@ -1,11 +0,0 @@
VOC = /opt/voc/bin/voc
all:
$(VOC) -s types.Mod sockets.Mod netdb.Mod Internet.Mod IRC.Mod test.Mod -m
clean:
rm *.h
rm *.c
rm *.o
rm *.sym