Yurttas/PL/IL/C/F-mar11/04/02/00/06/f specs.h
Revision as of 23:18, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">→f_specs.h: int input(char *[]); void double_space(char *[], int); void output(char ...")
1/* f_specs.h */
2
3
4int input(char *[]);
5
6void double_space(char *[],
7 int);
8
9void output(char *[],
10 int);