7 lines
90 B
C
7 lines
90 B
C
#ifndef __CFRACE_H__
|
|
#define __CFRACE_H__
|
|
|
|
BOOL TestCFRace(void);
|
|
|
|
#endif // __CFRACE_H__
|