Simple chat application in C.
 
 
Go to file
Aadhavan Srinivasan 768d3fcedf Rewinded 'fp' before closing it
.gitignore Updated .gitignore to ignore object files
Makefile Added 'allwarn' and 'debug' targerts
file_helpers.c Rewinded 'fp' before closing it
file_helpers.h Added helper functions for file manipulation
main.c Used Users instead of IP addresses
message.c First commit
message.h First commit
message_helpers.c Added code for returning User instead of IP address
message_helpers.h Added code for returning User instead of IP address
user.c First commit
user.h First commit