Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 710 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 710 Bytes

C-snippet-codes

This depository contains C snippet codes that is used in embedded systems. The codes have been divided into the following categories:

  1. Data Structures: The code snippets of linked lists, queues, and stacks have been included. Circular buffer and binary trees will be updated shortly.
  2. Interprocess Communications and Signals: There are 2 source codes. One for general communication protocols and another for forking.
  3. Sockets: Three source codes for a client1, client2 and a server scenario.
  4. 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.