Skip to content

arunpm04/C-Basics

Repository files navigation

C-Basics

Collection of C codes for various functionalities with sample application.

1. Linked List :

Sample double linked list implementation with the following features/support.
a) New node add/append to the list.
b) Node delete based on matching content.
c) Traverse through the list.
d) Sorting in ascending/descending order.

2. hexdump :

C routine to convert a buffer into ASCII/printable mode.

3. app_debug :

C wrapper for debug print with redirectable output. Also has a 3 level debug log option.

4. Simple State Machine In C :

Event driven state machine example in C.

About

C programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published