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 9c87de7196 NEED TO FIX: updated some code, but it still retrieves wrong message length 2 years ago
.gitignore
Makefile
file_helpers.c
file_helpers.h
main.c Lots of little fixes, cleared buffer, fixed some minor bugs 2 years ago
message.c Used 'tm*' instead of 'tm' for storing time 2 years ago
message.h Used 'tm*' instead of 'tm' for storing time 2 years ago
message_helpers.c NEED TO FIX: updated some code, but it still retrieves wrong message length 2 years ago
message_helpers.h
stack.c Updated stack file; removed 'free' call 2 years ago
stack.h
user.c
user.h