magic/plow
Andreas Wendleder 0c7d357a6d
plow: convert K&R function definitions to ANSI C
Convert the old-style (K&R) function definitions in plow/ to ANSI C
prototypes, formatted in the project's convention: the return type on its
own line and each parameter on its own line, indented four spaces, with
the original parameter comments retained.

Builds cleanly under GCC 16 / C23 (with the -std=gnu17 build change).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 03:49:15 +02:00
..
Makefile Makefile: whitespace only change 2025-07-29 10:50:32 -04:00
PlowCmd.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowJogs.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowMain.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowQueue.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowRandom.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowRules1.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowRules2.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowRules3.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowSearch.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowTech.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowTest.c plow: convert K&R function definitions to ANSI C 2026-06-10 03:49:15 +02:00
PlowWidth.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
PlowYank.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
TODO Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
plow.h plow: add ANSI prototypes plowMergeBottom() plowMergeTop() 2025-10-04 20:50:31 -04:00
plowDebugInt.h header file #ifndef guard presence consistency 2025-07-29 10:50:32 -04:00
plowInt.h plow: add ANSI prototypes plowMergeBottom() plowMergeTop() 2025-10-04 20:50:31 -04:00