5 Commits

Author SHA1 Message Date
1a29024cc7 It's a New Year 2025-01-01 11:46:30 -05:00
671f8d25f1 Update all the boilerplates 2024-03-16 23:15:00 -04:00
9d1ffe26d6 Fix error in example_1
This test case had an error:
test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode
It was supposed to be a list of values that are NOT in the list,
and none of them should be found.  It incorrectly included '1'
which is a value in the list.

The compile option -Wno-misleading-indentation was also added to
remove a compiler warning produced by gcc 7.3.0
2019-01-25 21:22:55 -08:00
83f7d5237b Change example_1 to compile with std=c89 2016-05-15 14:35:56 +01:00
1b9b197298 Added another example
*  Simple makefile example, extracted from existing example
2013-07-17 22:48:50 +10:00