Changes in uspace/lib/c/include/str.h [1c9bf292:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
r1c9bf292 r4805495 134 134 extern errno_t str_size_t(const char *, const char **, unsigned int, bool, 135 135 size_t *); 136 extern errno_t str_int64_t(const char *, const char **, unsigned int, bool,136 extern int str_int64_t(const char *, const char **, unsigned int, bool, 137 137 int64_t *); 138 138
Note:
See TracChangeset
for help on using the changeset viewer.