blob: 79e124ce905df492a3fd26a977cf4c2f7b0a6d04 [file] [log] [blame]
fcb\_clear
----------
.. code-block:: console
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
^^^^^^^