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

Added asprintf and vasprintf.

File:
1 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/*
Note: See TracChangeset for help on using the changeset viewer.