#include <stdlib.h> #include <stdio.h> #ifndef LINKED_LIST #include "linkedList.h" #endif #ifndef HOOKS #include "hooks.h" #endif int main(int argc, char **argv) { printf("Foo Bar\n"); }