- Timestamp:
- 07/09/2017 10:24:47 PM (7 years ago)
- Branches:
- master
- Children:
- 411371e
- Parents:
- d2d593b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prolog/croot.c
rd2d593b re225e77 33 33 extern void _fd_cls(void); 34 34 extern void xtrap15(void); 35 36 extern void main(void); 35 37 36 38 int16_t (*_clsall)(); … … 160 162 #endif 161 163 162 main( Argc,Argv);/* call application */164 main(); /* call application */ 163 165 exit(); /* exit in case the application didn't */ 164 166 }
Note:
See TracChangeset
for help on using the changeset viewer.