Distributed File System 1
Distributed file system in C
Loading...
Searching...
No Matches
SafeStr Struct Reference

Safe String type. More...

#include <lib.h>

Public Attributes

Str str
 the underlying buffer for the string
size_t len
 the string's actual length

Detailed Description

Safe String type.

Member Data Documentation

◆ len

size_t SafeStr::len

the string's actual length

◆ str

Str SafeStr::str

the underlying buffer for the string


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