This commit is contained in:
2025-05-08 20:47:54 +03:00
parent 50a27f1d6c
commit 5bcb1746fe
4 changed files with 51 additions and 0 deletions

6
DeitelC/Chapter5/flip.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef FLIP_H
#define FLIP_H
int flip();
#endif