Simple chat application in C.
 
 
Go to file
Aadhavan Srinivasan 67466ade6e Continued working on retrieving IP address from message
.gitignore Updated .gitignore
Makefile Added Makefile rules for compiling, linking and deleting compiled files
file_helpers.c Added helper functions for file manipulation
file_helpers.h Added helper functions for file manipulation
main.c Continued working on retrieving IP address from message
message.c First commit
message.h First commit
message_helpers.c Continued working on retrieving IP address from message
message_helpers.h Added helper functions for message string manipulation
user.c First commit
user.h First commit