Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
string.h File Reference
#include <vector.h>
#include <type.h>

Go to the source code of this file.

Data Structures

struct  kstring
 
struct  vector_kstring
 

Functions

kstring str (const char *str)
 
void str_release (kstring str)
 
boolean_t stringcmp (kstring s1, kstring s2)
 
kstring str_concat (kstring s, const char *suffix)
 
kstring str_concat_prefix (kstring s, const char *prefix)
 
void str_trim (kstring str)
 

Function Documentation

◆ str()

◆ str_concat()

kstring str_concat ( kstring s,
const char * suffix )

◆ str_concat_prefix()

kstring str_concat_prefix ( kstring s,
const char * prefix )

◆ str_release()

◆ str_trim()

void str_trim ( kstring str)

References str().

Referenced by vxVoxmoInstall().

◆ stringcmp()

boolean_t stringcmp ( kstring s1,
kstring s2 )

Referenced by vxGetVoxmoModule().