1gui_strlen(3) Allegro manual gui_strlen(3)
23
4
NAME
6gui_strlen - Returns the length of a string in pixels. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int gui_strlen(const char *s);
14
DESCRIPTION
16Helper function for use by the GUI routines. Returns the length of a
17string in pixels, ignoring '&' characters.
1819
SEE ALSO
21gui_textout_ex(3)
2223
24
25
Allegro version 4.2.3 gui_strlen(3)