PROWAREtech
procedures
.
..
x86 Assembly: atoi Procedure
ASCII string to int - Convert Strings to Numbers.
x86 Assembly: itoa Procedure
int to ASCII string - Convert Numbers to Strings.
x86 Assembly: Quick Sort (qsort) Procedure
The famous quicksort algorithm in x86 assembly.
x86 Assembly: strcpy Procedure
Copy ASCII string.
x86 Assembly: strlen Procedure
Find ASCII string length.
x86 Assembly: strstr Procedure
Find ASCII substring in an ASCII string.
x86 Assembly: strtok Procedure
Find tokens in ASCII string.
x86 Assembly: strtowcs Procedure
ASCII string to wide-char string.
x86 Assembly: wcscmp Procedure
compare two wide-char strings.
x86 Assembly: wcscpy Procedure
Copy wide-char string.
x86 Assembly: wcsicmp Procedure
Compare two wide-char strings, ignore case.
x86 Assembly: wcslen Procedure
Find wide-char string length.
x86 Assembly: wcsncpy Procedure
Copy wide-char string with specified length.
x86 Assembly: wcstok Procedure
Find tokens in wide-char string.
Comment