8 lines
126 B
C
8 lines
126 B
C
|
|
...
|
||
|
|
#include "silly.h"
|
||
|
|
...
|
||
|
|
/* code using the dog methods */
|
||
|
|
JumpOverTheDog( 4);
|
||
|
|
retrieved = PlayFetchWithDog( 3.1);
|
||
|
|
...
|