Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/lib/str.c

    r4ce914d4 re535eeb  
    823823                                str++;
    824824                                break;
    825                         default:
    826                                 str--;
    827825                        }
    828826                }
     
    888886 * @param base   Zero or number between 2 and 36 inclusive.
    889887 * @param strict Do not allow any trailing characters.
    890  * @param result Result of the conversion.
     888 * @apram result Result of the conversion.
    891889 *
    892890 * @return EOK if conversion was successful.
Note: See TracChangeset for help on using the changeset viewer.