Yurttas/PL/IL/C/F-mar11/01/02/00/09/f specs.h

From ZCubes Wiki
Revision as of 10:32, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">→‎f_specs.h: #include "common.h" char get_char(char*); int get_data(char**); char** replace_with_uppe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1/* f_specs.h */
 2
 3
 4#include "common.h"
 5
 6char get_char(char*);
 7
 8int get_data(char**);
 9
10char** replace_with_upper(char**, int);
11
12void print_animals(char**, char**, int);