Changes between Version 17 and Version 18 of Submitting/C
- Timestamp:
- 06/11/14 10:08:25 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/C
v17 v18 67 67 #include <grass/config.h> 68 68 }}} 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.hmacros 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. 70 70 71 71