Subversion Repositories Kolibri OS

Rev

Rev 7742 | Rev 7750 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7742 Rev 7749
Line 12... Line 12...
12
// strlen( EDI)
12
// strlen( EDI)
13
// utf8_strlen( ESI)
13
// utf8_strlen( ESI)
14
// strcpy( EDI, ESI) --- 0 if ==
14
// strcpy( EDI, ESI) --- 0 if ==
15
// strlcpy(dword text1,text2,signed length)
15
// strlcpy(dword text1,text2,signed length)
16
// strcat( EDI, ESI)
16
// strcat( EDI, ESI)
-
 
17
// chrcat(ESI, BL)
17
// strncat(dword text1,text2,signed length) --- pasting the text of a certain length
18
// strncat(dword text1,text2,signed length) --- pasting the text of a certain length
18
// strchr( ESI,BL) --- find first BL
19
// strchr( ESI,BL) --- find first BL
19
// strrchr( ESI,BL) --- find last BL
20
// strrchr( ESI,BL) --- find last BL
20
// strstr( EBX, EDX)
21
// strstr( EBX, EDX)
21
// itoa(signed long number) --- convert the number as a string
22
// itoa(signed long number) --- convert the number as a string