Changeset 296890f3 in mainline for uspace/lib/posix/include
- Timestamp:
- 2018-06-21T13:01:34Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a8b0c5d
- Parents:
- 777832e
- git-author:
- Jiri Svoboda <jiri@…> (2018-06-21 20:00:45)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-06-21 13:01:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdio.h
r777832e r296890f3 66 66 _HELENOS_PRINTF_ATTRIBUTE(2, 3); 67 67 extern int vdprintf(int fildes, const char *__restrict__ format, va_list ap); 68 extern int sprintf(char *__restrict__ s, const char *__restrict__ format, ...)69 _HELENOS_PRINTF_ATTRIBUTE(2, 3);70 extern int vsprintf(char *__restrict__ s, const char *__restrict__ format, va_list ap);71 68 72 69 /* File Locking */
Note:
See TracChangeset
for help on using the changeset viewer.