Mark VanderVoord
|
671f8d25f1
|
Update all the boilerplates
|
2024-03-16 23:15:00 -04:00 |
|
Mark VanderVoord
|
7dd21c333e
|
Fix unintended array overrun in example (#360. Thanks @quantum-leaps)
|
2018-11-02 07:42:47 -04:00 |
|
Andrzej Bieniek
|
83f7d5237b
|
Change example_1 to compile with std=c89
|
2016-05-15 14:35:56 +01:00 |
|
nimrodz
|
b389c71e71
|
Added stricter error checks by the compiler, and adapted all impacted code.
Primarily -
* Added "static" to static functions.
* Added proper signature with "void" to functions without arguments.
* Marked unused arguments with "(void)".
* Removed entirely unused static functions.
* Added "const" to preserve const-correctness.
* Added function prototypes for external functions.
|
2015-01-18 00:39:05 +02:00 |
|
Warwick Stone
|
1b9b197298
|
Added another example
* Simple makefile example, extracted from existing example
|
2013-07-17 22:48:50 +10:00 |
|