CS350 COS
COS
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
String * | String_Alloc (uintptr_t rsvd) |
void | String_Free (String *str) |
size_t | String_Length (String *str) |
String * | String_Copy (String *str) |
void | String_Append (String *dst, String *src) |
int | String_Compare (String *s1, String *s2) |