hash_8h_source.tex 653 B

12345678910111213141516
  1. \hypertarget{hash_8h_source}{}\doxysection{hash.\+h}
  2. \label{hash_8h_source}\index{include/toolbox/hash.h@{include/toolbox/hash.h}}
  3. \begin{DoxyCode}{0}
  4. \DoxyCodeLine{1 \textcolor{preprocessor}{\#ifndef TOOLBOX\_HASH\_H}}
  5. \DoxyCodeLine{2 \textcolor{preprocessor}{\#define TOOLBOX\_HASH\_H}}
  6. \DoxyCodeLine{3 }
  7. \DoxyCodeLine{4 \textcolor{preprocessor}{\#include <stdint.h>}}
  8. \DoxyCodeLine{5 }
  9. \DoxyCodeLine{6 \_\_attribute\_\_((\_\_pure\_\_))}
  10. \DoxyCodeLine{7 uint64\_t}
  11. \DoxyCodeLine{8 hash\_cstr(\textcolor{keyword}{const} \textcolor{keywordtype}{char} *r\_p\_cstr);}
  12. \DoxyCodeLine{9 }
  13. \DoxyCodeLine{10 \textcolor{preprocessor}{\#endif}}
  14. \end{DoxyCode}