[comp.lang.c] defining arrays as types

mayne@sun16.scri.fsu.edu (Bill Mayne) (05/15/91)

I know several ways to do this, but would welcome opinions
on what is the right [tm] way: I want a type to consist of an
array of (say) integers of some given (#defined or -D(efined))
size. I also want to be able to declare arrays of these
objects and provide a few operations on them by means of
functions. Don't say use C++ or some other language. I know
about that. My question is what is the best practice if I
am using C (for whatever reason).

Bill Mayne