Syntax highlighting for Example 3 added

This commit is contained in:
Mirek Jahoda 2018-02-02 14:14:11 +01:00
parent a888fa7efb
commit fe032890b9

View file

@ -111,9 +111,9 @@ additions have to be checked in this way.
.Overflow checking for unsigned addition
====
[source,c]
----
include::snippets/C-Arithmetic-add_unsigned.adoc[]
----
====
@ -130,7 +130,6 @@ see <<ex-Defensive_Coding-C-Arithmetic-mult>>.
[source,c]
----
include::snippets/C-Arithmetic-mult.adoc[]
----
====