- Timestamp:
- 07/11/2017 05:46:49 PM (7 years ago)
- Branches:
- master
- Children:
- 4d04f41
- Parents:
- 7af8be4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rom/romp.c
r7af8be4 r0170798 119 119 120 120 int8_t *cname; /* command name pointer */ 121 int16_t (*cp)( ); /* command parser function pointer */122 int16_t (*cx)( ); /* command execution function pointer */121 int16_t (*cp)(void); /* command parser function pointer */ 122 int16_t (*cx)(void); /* command execution function pointer */ 123 123 int8_t *hstr; /* help string pointer */ 124 124 };
Note:
See TracChangeset
for help on using the changeset viewer.