테스트 대상 소스 코드에서 sprintf 함수를 사용할 수 없는 경우가 있습니다.
이 경우에는 Controller Tester 설치 경로의 cstfx.h 파일에 아래 코드를 추가하면 문제를 해결할 수 있습니다.

cstfx.h 경로 예시: C:\Program Files\CodeScroll Controller Tester 3.1\plugins\com.codescroll.ut_3.1.2\target\lib\controller_nc\cs_tfx.h

cs_tfx.h 파일의 210라인에

int sprintf(char* str, const char* format, ...);

추가

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.