projects
/
pub
/
lufa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Upgrade doxygen configuration files to the latest version.
[pub/lufa.git]
/
LUFA
/
Build
/
DMBS
/
Template
/
lib
/
TEMPLATE_LIB
/
include
/
template_lib.h
1
/*
2
DMBS Build System
3
Released into the public domain.
4
5
dean [at] fourwalledcubicle [dot] com
6
www.fourwalledcubicle.com
7
*/
8
9
// Include Guard
10
#pragma once
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
// Software version
17
#define TEMPLATE_LIB_VERSION 100
18
19
#include <stdint.h>
20
#include <stddef.h>
21
22
#ifdef __cplusplus
23
}
24
#endif