mirror of
https://github.com/stevenhowes/ctenna.git
synced 2026-05-26 15:53:28 +01:00
8 lines
102 B
C
8 lines
102 B
C
#ifndef HB9CV_H_
|
|
#define HB9CV_H_
|
|
|
|
void hb9cv_calc();
|
|
void hb9cv_print();
|
|
|
|
#endif // HB9CV_H_INCLUDED
|