mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-25 04:18:11 +08:00
9 lines
70 B
C
9 lines
70 B
C
#ifndef __ASSEMBLY__
|
|
#define __ASSEMBLY__
|
|
|
|
|
|
|
|
void Counting();
|
|
|
|
#endif
|