Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
TICKIT_STRINGPOS_ZERO(3)    Library Functions Manual	TICKIT_STRINGPOS_ZERO(3)

NAME
     tickit_stringpos_zero - clear the fields of a string position counter

SYNOPSIS
     #include <tickit.h>

     void tickit_stringpos_zero(TickitStringPos *pos);

     Link with -ltickit.

DESCRIPTION
     tickit_stringpos_zero()  sets  the four counter fields of pos to zero. This
     operation is done implicitly by tickit_utf8_count(3), but this function may
     be useful to initialise a counter to zeros before entering a loop, and  us-
     ing tickit_utf8_countmore(3) for every iteration.

RETURN VALUE
     tickit_stringpos_zero() returns no value.

SEE ALSO
     tickit_utf8_count(3), tickit_stringpos_limit_bytes(3), tickit(7)

							TICKIT_STRINGPOS_ZERO(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_stringpos_zero&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help