~jsvoboda/helenos/sysel

« back to all changes in this revision

Viewing changes to uspace/app/sbi/src/os/os.h

  • Committer: Jiri Svoboda
  • Date: 2010-05-08 08:10:44 UTC
  • Revision ID: jiri@wiwaxia-20100508081044-5hvcjwu15rsfvgnv
Update SBI to rev. 244.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#define OS_H_
31
31
 
32
32
char *os_str_acat(const char *a, const char *b);
 
33
char *os_str_aslice(const char *str, size_t start, size_t length);
33
34
int os_str_cmp(const char *a, const char *b);
34
35
char *os_str_dup(const char *str);
35
36
size_t os_str_length(const char *str);