libp7/doc/p7_reset.3.txt

40 lines
587 B
Plaintext

P7_RESET(3)
===========
Thomas "Cakeisalie5" Touhey
:Email: thomas@touhey.fr
:man source: libp7
:man manual: libp7 manual
NAME
----
p7_reset - reset a filesystem
SYNOPSIS
--------
[source,c]
----
#include <libp7.h>
int p7_reset(p7_handle_t *handle, const char *devname);
p7_reset(handle, "fls0");
----
DESCRIPTION
-----------
*p7_reset* resets the filesystem named *devname* on the calculator.
RETURN VALUE
------------
This function returns zero if everything went well, and the error code
otherwise.
ERRORS
------
See *p7_error*(3).
SEE ALSO
--------
*libp7*(3),
*p7_error*(3)