lw-build-system/scripts/build.header.c/000_TopHeader.h

20 lines
352 B
C
Raw Permalink Normal View History

/* @P@/src/@NAME@/000_TopHeader.h
*
* Copyright: ©@YEAR@, @COPYRIGHT@
* Author: @AUTHOR@ <@EMAIL@>
* License: GPLv3
*/
#ifndef HEADER_@CNAME@
#define HEADER_@CNAME@
#ifdef __cplusplus
extern "C" {
#endif
/* standard includes, or includes needed for type declarations */
/* options for text editors
vim: @VIM_MODELINE@:syntax=ch.doxygen
*/