Functions | |
void | strncat (dword s1, dword s2, dword n) |
void | strncmp (dword s1, dword s2, dword n) |
void | strncpy (dword s1, dword s2, dword n) |
void | strnlen (dword s, dword n) |
void | strchr (dword s, dword c) |
void | strrchr (dword s, dword c) |
void strchr | ( | dword | s, |
dword | c | ||
) |
void strncat | ( | dword | s1, |
dword | s2, | ||
dword | n | ||
) |
void strncmp | ( | dword | s1, |
dword | s2, | ||
dword | n | ||
) |
void strncpy | ( | dword | s1, |
dword | s2, | ||
dword | n | ||
) |
void strnlen | ( | dword | s, |
dword | n | ||
) |
void strrchr | ( | dword | s, |
dword | c | ||
) |