Simple C Snippets Hello World (helloworld.c) Simple output of "Hello World". Linked List (linkedlist.c) A struct and size, push and pull methodes for a FIFO linked list. Thread Pingpong (pingpong.c) Example for multithreading. Two threads alternating (waiting for each other) in defined order with pthread mutex and conditions.