C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Any
Platform
Embedded
Remove
License
Any
Embedded Programmers deal with hardware, interrupt, device driver, RTOSes etc. All of these require volatile variable. Many programmers poorly understand the use of volatile. Failure to understand...
AVL Balanced Binary Search Tree "Generic Package" in ANSI C that interfaces to tree nodes as abstract data structures. Suitible for embedded systems or system/kernel level programming.