Сделал 22 Задание
This commit is contained in:
parent
973e407a45
commit
2e4417c1dc
7 changed files with 97 additions and 0 deletions
8
22Ex/tools.h
Normal file
8
22Ex/tools.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef TOOLS
|
||||
#define TOOLS
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
FILE * getFile(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue