Skip to content

Commit

Permalink
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Browse files Browse the repository at this point in the history
declarations yet, those come later.
  • Loading branch information
Yhg1s committed Jul 22, 2000
1 parent 0452d1f commit f70ef4f
Show file tree
Hide file tree
Showing 45 changed files with 704 additions and 1,526 deletions.
3 changes: 1 addition & 2 deletions Python/atof.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

#include <ctype.h>

double atof(s)
char *s;
double atof(char *s)
{
double a = 0.0;
int e = 0;
Expand Down
Loading

0 comments on commit f70ef4f

Please sign in to comment.