MC3302_SDK_V1.1.9_202507281.../bsp/test/memtester/trycpp.c

8 lines
100 B
C
Raw Normal View History

2025-11-11 04:08:31 +00:00
void main()
{
#ifdef NeXT
printf("nextstep\n"); exit(0);
#endif
printf("unknown\n"); exit(0);
}