1 2 3 4 5 6 7 8
#include <stdio.h> // Print version void print_version(); // Create a new todo item void new_tdo(int argc, char** argv);