Ignore:
Timestamp:
May 29, 2000, 9:45:58 PM (25 years ago)
Author:
bird
Message:

Added printf method (works for upto 64KB of data).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kFile.h

    r3613 r3629  
    1 /* $Id: kFile.h,v 1.2 2000-05-27 02:14:21 bird Exp $
     1/* $Id: kFile.h,v 1.3 2000-05-29 19:45:58 bird Exp $
    22 *
    33 * kFile - Simple (for the time being) file class.
     
    5353    BOOL            writeAt(void *pvBuffer, long cbBuffer, long off) throw(int);
    5454
     55    int             printf(const char *pszFormat, ...) throw (int);
     56
    5557    /** @cat File seek methods */
    5658    BOOL            move(long off) throw(int);
Note: See TracChangeset for help on using the changeset viewer.