Files
hifiasm/Assembly.h
T
2019-05-10 00:11:19 -04:00

9 lines
70 B
C

#ifndef __ASSEMBLY__
#define __ASSEMBLY__
void Counting();
#endif