Yurttas/PL/IL/C/F-mar11/04/02/00/07/f specs.h

From ZCubes Wiki
Revision as of 23:19, 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 **...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1/* f_specs.h */
 2
 3
 4int input(char **);
 5
 6void double_space(char **,
 7                  int);
 8
 9void output(char **,
10            int);