diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2023-03-02 14:51:28 +0100 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2023-03-02 14:51:28 +0100 |
| commit | f14f56b8f02fe548e83f3e36edb966d17fad0ab4 (patch) | |
| tree | 605b7e9de6272cb04a406529614fd978e83ff59a | |
| parent | fd042854cfe8ce45717a452cc805053332b71160 (diff) | |
added void
| -rw-r--r-- | latexHeaders/code.sty | 2 | ||||
| -rw-r--r-- | tcr.pdf | bin | 649437 -> 649345 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/latexHeaders/code.sty b/latexHeaders/code.sty index 1c2d6cd..a889596 100644 --- a/latexHeaders/code.sty +++ b/latexHeaders/code.sty @@ -44,7 +44,7 @@ commentstyle=\color{comment}\bfseries\itshape, identifierstyle=\color{identifier}, directivestyle=\color{keyword}\bfseries, - emph={auto, int, long, long long, float, double, long double, char, bool, ll, ld, pt, lll, __int128, __float128, true, false, this, nullptr, INF, inf, EPS, eps}, + emph={auto, int, long, long long, float, double, long double, char, bool, void, ll, ld, pt, lll, __int128, __float128, true, false, this, nullptr, INF, inf, EPS, eps}, emphstyle=\color{type}\bfseries, frame=trbl, aboveskip=3pt, Binary files differ |
