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