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_boot — Initialize library

Author

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

                                                                                                      PS_BOOT(3)

Description

       Does  some  initialization.  Currently  it  only  binds  to  a textdomain for gettext and sets locale for
       LC_CTYPE and LC_MESSAGES. Setting LC_CTYPE is needed for propper hyphenation.

Name

       PS_boot — Initialize library

See Also

PS_shutdown(3), setlocale(3)

Synopsis

       #include <pslib.h>

       void PS_boot(void)

See Also