7 строки
69 B
C
7 строки
69 B
C
#ifndef __LEARN_H
|
|
#define __LEARN_H
|
|
|
|
void learn_keys (void);
|
|
|
|
#endif
|