Changeset 40554 in vbox for trunk/src/bldprogs/scmstream.h
- Timestamp:
- Mar 20, 2012 6:07:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmstream.h
r40528 r40554 107 107 const char *ScmStreamGetLineByNo(PSCMSTREAM pStream, size_t iLine, size_t *pcchLine, PSCMEOL penmEol); 108 108 const char *ScmStreamGetLine(PSCMSTREAM pStream, size_t *pcchLine, PSCMEOL penmEol); 109 unsigned ScmStreamGetCh(PSCMSTREAM pStream); 110 unsigned ScmStreamPeekCh(PSCMSTREAM pStream); 109 111 int ScmStreamRead(PSCMSTREAM pStream, void *pvBuf, size_t cbToRead); 110 112 bool ScmStreamIsWhiteLine(PSCMSTREAM pStream, size_t iLine);
Note:
See TracChangeset
for help on using the changeset viewer.