As you'd find out from reading any semi-decent C textbook: "void" means
the function does not return a value, and "static" in this context means
that it can not be referenced from outside the source file in which it
is defined.
A more-than-decent textbook, such as Kernighan and Ritchie's _The C
Programming Language, 2nd ed_ will provide plenty of additional detail.
DES
--
Dag-Erling Smørgrav -
d...@des.no