magic/cif
Darryl L. Miles 2f7f76bf9c K&R: cif/*.c bulk function implementation conversion
Beware of the MISMATCH with the prototype found in original
source, with the type declaration below.

External call sites checked to confirm argument order is
correct with the argument name order.

// nedges <> dir
bool
cifOrient(edges, nedges, dir)
    CIFPath *edges[],          /* Array of edges to be categorized. */
    int dir[],                 /* Array to hold directions. */
    int nedges)                        /* Size of arrays. */

// spacing <> border
int
CIFGetContactSize(type, edge, spacing, border)
    TileType type,
    int *edge,
    int *border,
    int *spacing)

K&R obsolete syntax removal for C23 compatibility series
2024-12-26 13:05:14 -05:00
..
CIFgen.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFhier.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFint.h K&R: cif/*.h move function prototypes to the correct file 2024-12-26 13:05:14 -05:00
CIFmain.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFrdcl.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFrdpoly.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFrdpt.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFrdtech.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFrdutils.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFread.h K&R: cif/*.h move function prototypes to the correct file 2024-12-26 13:05:14 -05:00
CIFsee.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFtech.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
CIFwrite.c K&R: cif/*.c bulk function implementation conversion 2024-12-26 13:05:14 -05:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
cif.h K&R: cif.h conversion to ANSI 2024-12-26 13:05:14 -05:00