Convert the old-style (K&R) function definitions in gcr/ 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. Updates gcr.h with prototypes for the affected declarations. Builds cleanly under GCC 16 / C23 (with the -std=gnu17 build change). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| gcr.h | ||
| gcrChannel.c | ||
| gcrColl.c | ||
| gcrDebug.c | ||
| gcrEdge.c | ||
| gcrFeas.c | ||
| gcrFlags.c | ||
| gcrInit.c | ||
| gcrLib.c | ||
| gcrRiver.c | ||
| gcrRoute.c | ||
| gcrShwFlgs.c | ||
| gcrUnsplit.c | ||