chiark / gitweb /
Adopt C99 bool in the shared Latin-square API.
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 21:42:28 +0000 (21:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 21:48:24 +0000 (21:48 +0000)
commit08915945e64d2d3dfea7ec426228f814a6e65adf
tree9bb9fd997ac278a011acdc0a5f87aef4d92fdbd1
parent33b55db48e9573c6c825e3a222ff968f6a0bd4f4
Adopt C99 bool in the shared Latin-square API.

latin_check now returns bool, and latin_solver_diff_set takes a bool
'extreme' flag. Should be non-disruptive.
latin.c
latin.h