7 lines
51 B
C
7 lines
51 B
C
#ifndef FLIP_H
|
|
#define FLIP_H
|
|
|
|
int flip();
|
|
|
|
#endif
|
#ifndef FLIP_H
|
|
#define FLIP_H
|
|
|
|
int flip();
|
|
|
|
#endif
|