| Function Name | Description |
| strlen | compute the length of a string |
| strcpy | copy a string of specific length from src to dst |
| memset | set memory of fixed length to a specific value |
| strcmp | compare two strings |
| memcmp | compare two blocks of memory with specific length |