C/DeitelC/Chapter5/flip.h
2025-05-08 20:47:54 +03:00

7 lines
51 B
C

#ifndef FLIP_H
#define FLIP_H
int flip();
#endif