SYNOPSIS

#include <allegro.h>

int gui_strlen(const char *s);

DESCRIPTION

Helper function for use by the GUI routines. Returns the length of a string in pixels, ignoring '&' characters.

RELATED TO gui_strlen…

gui_textout_ex(3alleg4)