Commit Graph

3 Commits (3cf1b1206174eb3ae7c2030dafe6b0862b165390)

Author SHA1 Message Date
Ken Steele 8f1d75039a Enforce function coding standard
Functions should be defined as:

int foo(void)
{
}

Rather than:
int food(void) {
}

All functions where changed by a script to match this standard.
12 years ago
William Metcalf ce01927515 Import of GPLv2 Header 050410 17 years ago
Victor Julien 6beee776ca Move rand seed code into util-random 17 years ago