summaryrefslogtreecommitdiff
path: root/include/template.h
blob: f18662f1b6f3f34a969908a9cfdffa8588eb5b67 (plain)
1
2
3
4
5
6
7
8
#ifndef ___H__
#define ___H__
#ifdef __cplusplus

#else
#error This only works with a C++ compiler
#endif
#endif