#include #include "journal.h" void handle_emotion(FILE *journal, char* msg) { // TODO: add newline to msg journal_write(journal, msg); return; }