Beispiel #1
0
bool    Scrtched( ftnfile *fcb ) {
//================================

// Erase specified file.

    Scratchf( fcb->filename );
    return( Errorf( NULL ) == IO_OK );
}
Beispiel #2
0
void    SDScratch( char *name ) {
//===============================

    Scratchf( name );
}