extFS-Seyshell/docs/latex/const_8h_source.tex
2026-05-25 15:39:10 +02:00

23 lines
1.4 KiB
TeX

\doxysection{const.\+h}
\hypertarget{const_8h_source}{}\label{const_8h_source}\index{src/const.h@{src/const.h}}
\mbox{\hyperlink{const_8h}{Go to the documentation of this file.}}
\begin{DoxyCode}{0}
\DoxyCodeLine{00001\ }
\DoxyCodeLine{00002\ \textcolor{preprocessor}{\#define\ BUFSIZE\ 1024}}
\DoxyCodeLine{00003\ \textcolor{preprocessor}{\#define\ MAX\_BLOCS\ 30}}
\DoxyCodeLine{00004\ \textcolor{preprocessor}{\#define\ MAX\_BYTES\_PER\_BLOC\ 512}}
\DoxyCodeLine{00005\ \textcolor{preprocessor}{\#define\ MAX\_INODE\ 30}}
\DoxyCodeLine{00006\ \textcolor{preprocessor}{\#define\ MAX\_INODE\_NAME\ 28\ }\textcolor{comment}{//\ 27\ caractères\ +\ '\(\backslash\)0'\ +\ numero\ de\ l'inode\ ref}}
\DoxyCodeLine{00007\ }
\DoxyCodeLine{00008\ \textcolor{preprocessor}{\#define\ TYPE\_NULL\ 0}}
\DoxyCodeLine{00009\ \textcolor{preprocessor}{\#define\ TYPE\_FILE\ 1}}
\DoxyCodeLine{00010\ \textcolor{preprocessor}{\#define\ TYPE\_DIRECTORY\ 3}}
\DoxyCodeLine{00011\ \textcolor{preprocessor}{\#define\ TYPE\_SYMBOLIC\_LINK\ 4}}
\DoxyCodeLine{00012\ }
\DoxyCodeLine{00013\ \textcolor{preprocessor}{\#define\ COLOR\_RED\ "{}\(\backslash\)e[0;31m"{}}}
\DoxyCodeLine{00014\ \textcolor{preprocessor}{\#define\ COLOR\_BLUE\ "{}\(\backslash\)x1b[34m"{}}}
\DoxyCodeLine{00015\ \textcolor{preprocessor}{\#define\ COLOR\_GREEN\ "{}\(\backslash\)x1b[32m"{}}}
\DoxyCodeLine{00016\ \textcolor{preprocessor}{\#define\ ESCAPE\_COLOR\ "{}\(\backslash\)x1b[0m"{}}}
\end{DoxyCode}