Changes between Version 17 and Version 18 of Submitting/C


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/C

    v17 v18  
    6767        #include <grass/config.h>
    6868}}}
    69     in your files and make use of the various system dependencies contained therein.  As one example of this, see source:grass/trunk/lib/gmath/fft.c. Please refrain from declaring system functions within the software; include the proper header files (conditionally dependent on config.h macros if necessary) instead.
     69    in your files and make use of the various system dependencies contained therein.  As one example of this, see source:grass/trunk/lib/gmath/fft.c. Please refrain from declaring system functions within the software; include the proper header files (conditionally dependent on `config.h` macros if necessary) instead.
    7070
    7171