Skip to content

Commit

Permalink
Update refcard.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lupin authored Dec 4, 2019
1 parent fa5d289 commit 6dee514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refcard.tex
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ \section*{Qualificatifs de types}
Réduit la visiblité à ce fichier & \cd{static} & \cd{static int array[20];}\\
Impose aucune optimisation par le compilateur & \cd{volatile} & \cd{volatile int u;}\\
Limite l'aliasing d'un pointeur & \cd{restrict} & \cd{restrict int* ptr}\\
Définition de type & \cd{typedef} & \cd{typedef struct {int a;} Name;}\\
Définition de type & \cd{typedef} & \cd{typedef struct\{int a;\} Name;}\\
\end{tabularx}

\section*{Initialisation}
Expand Down

0 comments on commit 6dee514

Please sign in to comment.