File misc_string.c¶
FileList > base > misc_string.c
Go to the source code of this file
#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "misc_string.h"#include "memory_wrapper.hpp"
Public Functions¶
| Type | Name |
|---|---|
| char * | ustr_casestr (const char * s1, const char * s2) |
| char * | ustr_lower (char * s) |
| char * | ustr_upper (char * s) |
Public Functions Documentation¶
function ustr_casestr¶
function ustr_lower¶
function ustr_upper¶
The documentation for this class was generated from the following file cubrid/src/base/misc_string.c