summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/strstr.src
blob: a28c80e53c4a320a5ea9e05d095a0ed8904839c0 (plain)
1
2
3
4
5
6
	.def _strstr
	.assume adl=1
	
; char *strstr(char *s1, char *s2);
	
_strstr		equ 0000F0h