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

FreeBSD Manual Pages

  
 
  

home | help
ustrlen(3)			 Allegro manual 		      ustrlen(3)

NAME
     ustrlen - Tells the number of characters in a string. Allegro game program-
     ming library.

SYNOPSIS
     #include <allegro.h>

     int ustrlen(const char *s);

DESCRIPTION
     This  function  returns  the  number  of  characters in `s'. Note that this
     doesn't have to equal the string's size in bytes.

SEE ALSO
     uconvert(3), ustrsize(3), ustrsizez(3)

Allegro 			  version 4.4.3 		      ustrlen(3)

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

home | help