Commit Graph

3 Commits (fe4e119278a09185076fa25f22f7ad6ed5d0c3ea)

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.
11 years ago
William Metcalf ce01927515 Import of GPLv2 Header 050410 16 years ago
Victor Julien 6beee776ca Move rand seed code into util-random 16 years ago