mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-15 12:47:57 +08:00
11 lines
190 B
C
11 lines
190 B
C
#ifndef __ASSEMBLY__
|
|
#define __ASSEMBLY__
|
|
|
|
|
|
|
|
void Counting_multiple_thr();
|
|
/********************************for debug***************************************/
|
|
void Verify_Counting();
|
|
|
|
#endif
|