Jump to content
SSForum.net is back!

Recommended Posts

Posted

pff just put the code that uses i2 between /* */ fixed anyway. i2 was just used to let me know if there was an invalid entry in the warps.ini file.

(Ya notice that soon enough if 1 warppoint doesnt work)

Posted
char * strstr(const char *big, const char *little);

 

The strstr() function locates the first occurrence of the null-terminated string little in the null-terminated string big.

 

If little is an empty string, big is returned; if little occurs nowhere in big, NULL is returned; otherwise a pointer to the first character of the first occurrence of little is returned.

Guest
This topic is now closed to further replies.
×
×
  • Create New...