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_list_resources — List all resources

Author

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

                                                                                            PS_LIST_RESOURCES(3)

Description

       Lists  all  resources, which has been set so far. Resources are special kind of parameters which are also
       set with PS_set_parameter(3). A parameter becomes a resource if its value is  itself  a  name/value  pair
       separated by an equal sign. Common resources are often files but can also be properties of a character as
       for  example  the left and right margin protusion. This function is mostly used for debugging. The output
       is printed to stdout.

Name

       PS_list_resources — List all resources

See Also

PS_list_values(3), PS_list_parameters(3)

Synopsis

       #include <pslib.h>

       void PS_list_resources(PSDoc *psdoc)

See Also