cake
/
libg1m
Archived
1
0
Fork 0
This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
libg1m/doc/g1m_free.3.txt

29 lines
380 B
Plaintext

G1M_FREE(3)
=========
Thomas "Cakeisalie5" Touhey
:Email: thomas@touhey.fr
:man source: libg1m
:man manual: libg1m manual
NAME
----
g1m_free - free a handle
SYNOPSIS
--------
[source,c]
----
#include <libg1m.h>
void g1m_free(g1m_t *handle);
----
DESCRIPTION
-----------
Frees a handle opened with *g1m_open*(3) or *g1m_fopen*(3).
SEE ALSO
--------
*libg1m*(3),
*g1m_open*(3)