Simple chat application in C.
 
 
Go to file
Aadhavan Srinivasan 2c46754cb4 Took 'user*' as a parameter instead of 'user', returned 'Message*' instead of 'Message'
.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 DOESN'T COMPILE - Started working on adding message to stack
message.c Took 'user*' as a parameter instead of 'user', returned 'Message*' instead of 'Message'
message.h Took 'user*' as a parameter instead of 'user', returned 'Message*' instead of 'Message'
message_helpers.c Finished working on 'fetch_message_string' function
message_helpers.h Removed unnecessary functions
stack.c Added libstack files
stack.h Added libstack files
user.c First commit
user.h First commit