#pragma language=extended
#include <stdio.h> #include <inavr.h> #ifndef ENABLE_BIT_DEFINITIONS #define ENABLE_BIT_DEFINITIONS
#endif #include <iom88.h>
//////////////////////////////////////////////////////////////
void main(void) { while(1); }
test4.c Done. 0 error(s), 0 warning(s)
帮忙看看
|