|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <string.h>
Data Fields | |
| char * | c_str |
| size_t | len |
| size_t | cap |
| char* kstring::c_str |
Definition at line 12 of file string.h.
Referenced by __attribute__(), __attribute__(), cache_lookup(), execve(), get_full_path_from_dentry(), INIT(), INIT(), library_register(), print_dentry_tree(), vfs_umount(), vfs_umount_recursive(), and vxVoxmoInstall().
| size_t kstring::cap |
Definition at line 14 of file string.h.
Referenced by __attribute__().
| size_t kstring::len |
Definition at line 13 of file string.h.
Referenced by __attribute__().