add a real prototype for printit()

This commit is contained in:
Bill Fumerola 2000-06-30 03:17:42 +00:00
parent 44ce4b7dcd
commit 765823fba4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62270

View File

@ -80,7 +80,7 @@ double stdf[26] = {
2.62, 0.81, 1.88, 0.23, 2.07, 0.06,
};
void printit();
void printit __P((char *));
int
main(argc, argv)