Changeset 35d09ba in rtems for cpukit/libmisc/stringto/stringto_template.h
- Timestamp:
- Jul 22, 2009, 3:17:37 PM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- f379d80
- Parents:
- e8d59ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/stringto/stringto_template.h
re8d59ca r35d09ba 102 102 #endif 103 103 104 *n = result;104 *n = (STRING_TO_TYPE) result; 105 105 return true; 106 106 }
Note: See TracChangeset
for help on using the changeset viewer.