commit | 723f94bd6612338eec9846750e8f5edf57170bc1 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Jun 22 01:42:00 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Jun 22 01:42:00 2002 +0000 |
tree | f2cf240622fbfcddf2e8dd8d17d61af41e4bc2e9 | |
parent | 53540ab0716de09c26ba7ce9b0f3f371556271ac [diff] |
Convert the example C code to ANSI rather than K&R. This matches the Python C style guide (PEP 7). Closes SF patch #571489.