Changeset a9763c6 in mainline for uspace/lib/c/include/stdio.h
- Timestamp:
- 2014-08-28T12:26:00Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 794e368
- Parents:
- 2cc1ec0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r2cc1ec0 ra9763c6 120 120 extern int snprintf(char *, size_t , const char *, ...) 121 121 PRINTF_ATTRIBUTE(3, 4); 122 extern int vasprintf(char **, const char *, va_list); 122 123 extern int asprintf(char **, const char *, ...) 123 124 PRINTF_ATTRIBUTE(2, 3);
Note:
See TracChangeset
for help on using the changeset viewer.