///This is my first GitHub experience. Bear the absurds.
[C] Reads a text file with a chat history containing date, user, message, etc. Keeps the messages in a list of structures, makes a binary file with the same data and performs a bunch of processing.
Format of the text file: [DD.MM.YYYY HH:MM:SS] [<Chat Client>.<protocol>]<UserName>: <Message>