stdioFileInfo

 

Name

stdioFileInfo

Description

Declaration

typedef struct tagStdioFileInfo
{
        int nCRLF;
        int nLF;
        int nCR;
        int nCRCR;
        int nMaxLineLength;
} stdioFileInfo;

Members

nCRLF
nLF
nCR
nCRCR
nMaxLineLength

Remark

Examples

Header to Include

origin.h

See Also

Reference