EU1KY AA FW
generator.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 GENERATOR_H_
9 #define GENERATOR_H_
10 
11 void GENERATOR_Window_Proc(void);
12 static void ShowF(void);
13 int testGen(void);
14 
15 #endif
static void ShowF(void)
void GENERATOR_Window_Proc(void)
Definition: generator.c:318
int testGen(void)
Definition: generator.c:310