Simple chat application in C.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Aadhavan Srinivasan 2c46754cb4 Took 'user*' as a parameter instead of 'user', returned 'Message*' instead of 'Message' 2 years ago
.gitignore Updated .gitignore to ignore object files 2 years ago
Makefile Added 'allwarn' and 'debug' targerts 2 years ago
file_helpers.c Rewinded 'fp' before closing it 2 years ago
file_helpers.h Added helper functions for file manipulation 2 years ago
main.c DOESN'T COMPILE - Started working on adding message to stack 2 years ago
message.c Took 'user*' as a parameter instead of 'user', returned 'Message*' instead of 'Message' 2 years ago
message.h Took 'user*' as a parameter instead of 'user', returned 'Message*' instead of 'Message' 2 years ago
message_helpers.c Finished working on 'fetch_message_string' function 2 years ago
message_helpers.h Removed unnecessary functions 2 years ago
stack.c Added libstack files 2 years ago
stack.h Added libstack files 2 years ago
user.c First commit 2 years ago
user.h First commit 2 years ago