EU1KY AA
oslcal.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 _OSLCAL_H_
9 #define _OSLCAL_H_
10 
11 void OSL_CalWnd(void);
12 void OSL_CalErrCorr(void);
13 
14 #endif
void OSL_CalErrCorr(void)
Definition: oslcal.c:202
void OSL_CalWnd(void)
Definition: oslcal.c:119