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

gearman_string_t - Gearmand Documentation, http://gearman.info/

Author

Description

       The  gearman_string_t  is  a  simple type representing a "string".  Once created gearman_string_t are not
       mutable once created. They only point to the strings that define them and require no deallocation.

Name

       gearman_string_t - Gearmand Documentation, http://gearman.info/

See Also

gearmand(8)libgearman(3)

Synopsis

       #include <libgearman/gearman.h>

       typegearman_string_tsize_tgearman_size(gearman_string_t)constchar*gearman_c_str(gearman_string_t)

       Compile and link with -lgearman

See Also