Changeset 399


Ignore:
Timestamp:
Jul 29, 2006, 9:50:39 PM (19 years ago)
Author:
root
Message:

Add xfgets, xfgets_bstripcr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.h

    r381 r399  
    3232  26 Jul 06 SHL Add strips.c functions
    3333  26 Jul 06 SHL Add more error.c functions
     34  29 Jul 06 SHL Add xfgets, xfgets_bstripcr
    3435
    3536***********************************************************************/
     
    12001201
    12011202/* wrappers.c */
     1203PSZ xfgets(PSZ pszBuf, size_t cMaxBytes, FILE *fp, PCSZ pszSrcFile, UINT uiLineNumber);
     1204PSZ xfgets_bstripcr(PSZ pszBuf, size_t cMaxBytes, FILE *fp, PCSZ pszSrcFile, UINT uiLineNumber);
    12021205FILE *xfopen(PCSZ pszFileName, PCSZ pszMode, PCSZ pszSrcFile, UINT uiLineNumber);
    12031206FILE *xfsopen(PCSZ pszFileName,PCSZ pszMode,INT fSharemode, PCSZ pszSrcFile, UINT uiLineNumber);
Note: See TracChangeset for help on using the changeset viewer.