A small single-header library to detect integer overflow/underflow before it happens.
-
Updated
Jun 30, 2023 - C
A small single-header library to detect integer overflow/underflow before it happens.
A set of example C programs that demonstrate common programming mistakes, and provides results on which static code analyzers can detect these mistakes.
The C code implements a stack using a linked list. It allows users to push, pop, and display elements in the stack. Error handling for overflow and underflow is included.
The C code implements a queue data structure using a singly linked list. It allows users to enqueue elements to the rear of the queue, dequeue elements from the front, and display the queue. Error handling for queue overflow and underflow is included
Add a description, image, and links to the overflow-detection topic page so that developers can more easily learn about it.
To associate your repository with the overflow-detection topic, visit your repo's landing page and select "manage topics."