fcb_clear

int fcb_clear(struct fcb *fcb);

Wipes out all data in FCB.

Arguments

Arguments

Description

fcb

Points to FCB.

Returned values

Returns 0 on success; non-zero otherwise.

Notes

Example