Subversion Repositories Kolibri OS

Rev

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

Rev 5676 Rev 5690
Line 19... Line 19...
19
// strrchr( ESI,BL) --- find last BL
19
// strrchr( ESI,BL) --- find last BL
20
// strstr( EBX, EDX)
20
// strstr( EBX, EDX)
21
// itoa(signed long number) --- convert the number as a string
21
// itoa(signed long number) --- convert the number as a string
22
// atoi(dword text) --- convert a string as a number
22
// atoi(dword text) --- convert a string as a number
23
// strupr( ESI)
23
// strupr( ESI)
24
// strlwr( ESI) --- kyrillic symbols may not work
24
// strlwr( ESI) --- Cyrillic symbols may not work
25
// strttl( EDX)
25
// strttl( EDX)
26
// strtok( ESI)
26
// strtok( ESI)
27
// strltrim(dword text) --- removes "blank" characters on the left (\r, \n and space)
27
// strltrim(dword text) --- removes "blank" characters on the left (\r, \n and space)
28
// strrtrim(dword text) --- removes "blank" characters on the right (\r, \n and space)
28
// strrtrim(dword text) --- removes "blank" characters on the right (\r, \n and space)
29
// strtrim(dword text) --- delete "empty" characters (\ r \ n and space) on both sides
29
// strtrim(dword text) --- delete "empty" characters (\ r \ n and space) on both sides