MC3302_SDK_V1.1.9_202507281.../bsp/test/memtester/trycpp.c
2025-11-11 12:08:31 +08:00

8 lines
100 B
C
Executable File

void main()
{
#ifdef NeXT
printf("nextstep\n"); exit(0);
#endif
printf("unknown\n"); exit(0);
}