- Timestamp:
- 07/11/2017 05:46:49 PM (7 years ago)
- Branches:
- master
- Children:
- 4d04f41
- Parents:
- 7af8be4
- Location:
- prolog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
prolog/croot.c
r7af8be4 r0170798 21 21 #define MAXARGS 30 /* maximum number of command line arguments */ 22 22 23 int16_t (*_clsall)();23 void (*_clsall)(void); 24 24 25 25 /* -
prolog/croot.x
r7af8be4 r0170798 15 15 */ 16 16 17 extern int16_t (*_clsall)();17 extern void (*_clsall)(void); 18 18 19 19 /*
Note:
See TracChangeset
for help on using the changeset viewer.