Changeset 33c3b54d in rtems for cpukit/libmisc/stringto
- Timestamp:
- Nov 29, 2009, 11:57:23 AM (11 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 0893220
- Parents:
- 309dbd0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/stringto/stringto_template.h
r309dbd0 r33c3b54d 99 99 /* If the user wants the end pointer back, then return it. */ 100 100 if ( endptr ) 101 *endptr = end; 101 *endptr = end; 102 102 103 103 /* nothing was converted */
Note: See TracChangeset
for help on using the changeset viewer.