Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
kstring Struct Reference

#include <string.h>

Data Fields

char * c_str
 
size_t len
 
size_t cap
 

Detailed Description

Definition at line 11 of file string.h.

Field Documentation

◆ c_str

◆ cap

size_t kstring::cap

Definition at line 14 of file string.h.

Referenced by __attribute__().

◆ len

size_t kstring::len

Definition at line 13 of file string.h.

Referenced by __attribute__().


The documentation for this struct was generated from the following file: