EU1KY AA
tdr.h
Go to the documentation of this file.
1 /*
2  * (c) Yury Kuchura
3  * kuchura@gmail.com
4  *
5  * This code can be used on terms of WTFPL Version 2 (http://www.wtfpl.net/).
6  */
7 
8 #ifndef TDR_H_
9 #define TDR_H_
10 
11 void TDR_Proc(void);
12 
13 #endif //TDR_H_
void TDR_Proc(void)
Definition: tdr.c:528