Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/os/os.h

    r9d58539 rb7fd2a0  
    3535char *os_str_dup(const char *str);
    3636size_t os_str_length(const char *str);
    37 int os_str_get_char(const char *str, int index, int *out_char);
     37errno_t os_str_get_char(const char *str, int index, int *out_char);
    3838char *os_chr_to_astr(wchar_t chr);
    3939void os_input_disp_help(void);
    40 int os_input_line(const char *prompt, char **ptr);
    41 int os_exec(char * const cmd[]);
     40errno_t os_input_line(const char *prompt, char **ptr);
     41errno_t os_exec(char * const cmd[]);
    4242
    4343void os_store_ef_path(char *path);
Note: See TracChangeset for help on using the changeset viewer.