| 123456789101112131415161718192021 |
- \hypertarget{cstring_8h_source}{}\doxysection{cstring.\+h}
- \label{cstring_8h_source}\index{include/toolbox/cstring.h@{include/toolbox/cstring.h}}
- \begin{DoxyCode}{0}
- \DoxyCodeLine{1 \textcolor{preprocessor}{\#ifndef TOOLBOX\_CSTRING\_H}}
- \DoxyCodeLine{2 \textcolor{preprocessor}{\#define TOOLBOX\_CSTRING\_H}}
- \DoxyCodeLine{3 }
- \DoxyCodeLine{4 \textcolor{preprocessor}{\#include <stdbool.h>}}
- \DoxyCodeLine{5 \textcolor{preprocessor}{\#include <stddef.h>}}
- \DoxyCodeLine{6 }
- \DoxyCodeLine{7 \_\_attribute\_\_((\_\_pure\_\_))}
- \DoxyCodeLine{8 \textcolor{keywordtype}{size\_t}}
- \DoxyCodeLine{9 cstring\_len(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *cstring);}
- \DoxyCodeLine{10 }
- \DoxyCodeLine{11 \_\_attribute\_\_((\_\_pure\_\_))}
- \DoxyCodeLine{12 \textcolor{keywordtype}{bool}}
- \DoxyCodeLine{13 cstring\_equal(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *restrict cstring\_1, \textcolor{keyword}{const} \textcolor{keywordtype}{char} *restrict cstring\_2);}
- \DoxyCodeLine{14 }
- \DoxyCodeLine{15 \textcolor{preprocessor}{\#endif}}
- \end{DoxyCode}
|