RosettaCodeData/Task/Singleton/C/singleton-1.c

8 lines
141 B
C
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#ifndef SILLY_H
#define SILLY_H
extern void JumpOverTheDog( int numberOfTimes);
extern int PlayFetchWithDog( float weightOfStick);
#endif