12345678910111213141516171819 |
- //| Copyright: (C) 2009-2020 Kevin Larke <contact AT larke DOT org>
- //| License: GNU GPL version 3.0 or above. See the accompanying LICENSE file.
- #ifndef cmPrefix_h
- #define cmPrefix_h
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- //( { file_desc:"Global prefix header for the 'cm' library. Currently empty." kw:[base] }
-
- //)
-
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif
|