Changeset ed18e14 in mainline for uspace/lib/c/include/stdio.h


Ignore:
Timestamp:
2018-06-12T13:56:59Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
01cc7b4
Parents:
ec39720
git-author:
Jiri Svoboda <jiri@…> (2018-06-11 17:40:57)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-12 13:56:59)
Message:

vfscanf with tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stdio.h

    rec39720 red18e14  
    101101extern int vsnprintf(char *, size_t, const char *, va_list);
    102102
     103extern int xxfscanf(FILE *, const char *, ...);
     104extern int xxsscanf(const char *, const char *, ...);
     105
    103106/* File stream functions */
    104107extern FILE *fopen(const char *, const char *);
Note: See TracChangeset for help on using the changeset viewer.