Commit Graph

3 Commits (6717c356e3d23dccbd837c85e37e51566e7a4f54)

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 16 years ago
Victor Julien 6beee776ca Move rand seed code into util-random 17 years ago