K 10 svn:author V 3 imp K 8 svn:date V 27 2002-02-02T06:48:10.000000Z K 7 svn:log V 341 o __P has been reoved o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. END