#include <string.h>

int main(void)
{
	return (strcasestr("a", "aa"));
}


syntax highlighted by Code2HTML, v. 0.9.1