logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PS_free_glyph_list — Frees memory allocated for glyph list

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                           PS_FREE_GLYPH_LIST(3)

Description

       Frees the memory allocated for the list of glyph names as returned by PS_glyph_list(3).

       PS_free_glyph_list has been introduced in version 0.4.0 of pslib.

Name

       PS_free_glyph_list — Frees memory allocated for glyph list

See Also

PS_glyph_list(3)

Synopsis

       #include <pslib.h>

       void PS_free_glyph_list(PSDoc *psdoc, char **glyphlist, int len)

See Also