FxLibcTest/include/ft/util.h

17 lines
205 B
C

//---
// fxlibtest.util: Random utilities
//---
#ifndef _FT_UTIL_H_
#define _FT_UTIL_H_
#ifdef FX9860G
#define _(fx,cg) (fx)
#endif
#ifdef FXCG50
#define _(fx, cg) (cg)
#endif
#endif /* _FT_UTIL_H_ */