diff options
| author | Jack Palevich <jackpal@google.com> | 2009-06-04 19:56:13 -0700 |
|---|---|---|
| committer | Jack Palevich <jackpal@google.com> | 2009-06-04 19:56:13 -0700 |
| commit | b7c81e99522fbc5256f20e826eae18f2a33ea76a (patch) | |
| tree | 939f5bbd87f1c4c87a834bab92fb2eef12851b16 /include | |
| parent | eedf9d20832f1af3a4bd362819be6eace54240b5 (diff) | |
| download | system_core-b7c81e99522fbc5256f20e826eae18f2a33ea76a.tar.gz system_core-b7c81e99522fbc5256f20e826eae18f2a33ea76a.tar.bz2 system_core-b7c81e99522fbc5256f20e826eae18f2a33ea76a.zip | |
Switch to ANSI C style C function declarations.
main(argc, argv) --> int main(int argc, char** argv)
Although we accept int, void, and char types, and pointers to same,
we actually still treat everything as an int.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
