Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Several code snippets in C

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages