This depository contains C snippet codes that is used in embedded systems. The codes have been divided into the following categories:
- Data Structures: The code snippets of linked lists, queues, and stacks have been included. Circular buffer and binary trees will be updated shortly.
- Interprocess Communications and Signals: There are 2 source codes. One for general communication protocols and another for forking.
- Sockets: Three source codes for a client1, client2 and a server scenario.
- Threads: Source codes depicts the general description of using threads.
Note: All the codes are snippets with small individual probelms, which have been commented at the start of the file.