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

17 lines
387 B
C
Raw Normal View History

2007-08-08 13:03:18 +01:00
/* @P@/src/@NAME@/000_TopHeader.h
*
2009-01-03 22:55:04 +00:00
* (c)2009, @AUTHOR@, <@EMAIL@>.
2007-10-14 11:31:40 +01:00
* Released under the GNU GPLv3. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/
#ifndef HEADER_@CNAME@
#define HEADER_@CNAME@
2007-02-13 16:05:10 +00:00
/* standard includes, or includes needed for type declarations */
/* options for text editors
kate: @KATE_MODELINE@
vim: @VIM_MODELINE@:syntax=c.doxygen
*/