Changeset 2128


Ignore:
Timestamp:
Jul 1, 2005, 4:15:24 AM (20 years ago)
Author:
bird
Message:

Added asprintf and vasprintf.

Location:
trunk/src/emx
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/stdio.h

    • Property cvs2svn:cvs-rev changed from 1.18 to 1.19
    r2127 r2128  
    397397 */
    398398#if __BSD_VISIBLE
    399 /** @todo int    asprintf(char **, const char *, ...) __printflike(2, 3); */
     399int      asprintf(char **, const char *, ...) __printflike(2, 3);
    400400/** @todo char  *ctermid_r(char *); */
    401401/** @todo char  *fgetln(FILE *, size_t *); */
     
    409409void     setbuffer(FILE *, char *, int);
    410410/** @todo int    setlinebuf(FILE *); */
    411 /** @todo int    vasprintf(char **, const char *, __va_list)
    412             __printflike(2, 0); */
     411int      vasprintf(char **, const char *, __va_list)
     412            __printflike(2, 0);
    413413
    414414/*
  • trunk/src/emx/src/lib/libc.def

    • Property cvs2svn:cvs-rev changed from 1.120 to 1.121
    r2127 r2128  
    17471747    "__std_gets_unlocked" @1748
    17481748    "__std_fwide" @1749
     1749    "__std_asprintf" @1750
     1750    "__std_vasprintf" @1751
Note: See TracChangeset for help on using the changeset viewer.