#include
Main ()
{
Char s [] = "Golden Global View";
CHAR * D = ""
Char * p;
P = STRTOK (S, D);
While (p)
Printf ("% s / n", s);
P = STRTOK (NULL, D);
}
GetChar ();
Return 0;