Resolve GitLab issue #3. Applies MISRA and CERT guidelines.
authorDavid James Sherman <david.sherman@inria.fr>
Wed, 21 Jun 2017 15:09:02 +0000 (17:09 +0200)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 21 Jun 2017 17:14:53 +0000 (13:14 -0400)
commit82f162dc3246f17ee08579ee5aa755937fd4bf09
tree8c6e64b95ea090fecbf63368649d2b1a5562a4fc
parent67ed99b29cfe5c32b3db72091de3fb174195e032
Resolve GitLab issue #3.  Applies MISRA and CERT guidelines.

MISRA C++:2008, 2-13-4 - Literal suffixes shall be upper case

MISRA C:2012, 7.3 - The lowercase character "l" shall not be used in a
literal suffix

CERT DCL16-C. - Use "L," not "l," to indicate a long value

CERT DCL16-CPP. - Use "L," not "l," to indicate a long value

CERT, DCL50-J. - Use visually distinct identifiers
dungeon.c