main(void)1 void main( void )
2 {
3  int &sporty_spice;
4  int &naughty_spice;
5  int &exotic_spice;
6  int &sweet_spice;
7  int &nice_spice;
8 }
9 
talk(void)10 void talk( void )
11 {
12  say_stop("Oh my god, it's you!!!", 1);
13  say_stop("`2Hello there guy, what's your name?", &sporty_spice);
14  say_stop("Uhh ...", 1);
15  wait(250);
16  say_stop("Let's not discuss that now Sporty.  Let's talk about you ..", 1);
17  say_stop("all five of you and me!!", 1);
18 }
19 
ome1(void)20 void 2become1( void )
21 {
22  When two become one.
23  I need some love like I never needed love before
24  wanna make love to you baby
25  I had a little love now I'm back for more
26  wanna make love to ya baby
27 
28  (solo)
29 
30  be a little bit wiser baby
31  put it on, put it on
32  cause tonight, is the night where two become one
33 
34  Set your spirit free, it's the only way to be
35  it's the only way to be
36  it's the only way to be
37 }
38 
wannabe(void)39 void wannabe( void )
40 {
41 }
42