Simple chat application in C.
 
 
Go to file
Aadhavan Srinivasan cfc8fbbb7b Updated .gitignore
.gitignore Updated .gitignore
file_helpers.c Added helper functions for file manipulation
file_helpers.h Added helper functions for file manipulation
main.c Fixed segfault issue by using MAX_CONNECTIONS instead of 'sizeof'
message.c First commit
message.h First commit
message_helpers.c Added helper functions for message string manipulation
message_helpers.h Added helper functions for message string manipulation
user.c First commit
user.h First commit