Changes between Version 14 and Version 15 of Submitting/C


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/C

    v14 v15  
    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 `lib/gmath/fft.c`.
    70 Please refrain from declaring system functions within the
    71 software; include the proper header files (conditionally dependent
    72 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 src:grass/trunk/lib/gmath/fft.c. Please refrain from declaring system functions within the
     70software; include the proper header files (conditionally dependent on config.h macros if necessary) instead.
    7371
    7472