Changes between Version 18 and Version 19 of Submitting/C


Ignore:
Timestamp:
Jun 11, 2014, 10:14:32 AM (10 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/C

    v18 v19  
    7474    In general, headers should be included in the order:
    7575 
    76     1. Core system headers (stdio.h, ctype.h, ...)
     76    1. Core system headers (`stdio.h`, `ctype.h`, ...)
    7777    2. Headers for non-core system components (X11, libraries).
    7878    3. Headers for core systems of the package being compiled (`grass/gis.h`, `grass/glocale.h`, ...)
    7979    4. Headers for the specific library/program being compiled (`geodesic.h`, ...)
    8080 
    81     Each class of header has an obligation to be compatible with those
    82 above it in the list, but not those below it.
     81    Each class of header has an obligation to be compatible with those above it in the list, but not those below it.
    8382
    8483