uisdigit (3) - Linux Manuals
uisdigit: Tells if a character is a digit. Allegro game programming library.
Command to display uisdigit
manual in Linux: $ man 3 uisdigit
NAME
uisdigit - Tells if a character is a digit. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
int uisdigit(int c);
DESCRIPTION
Returns nonzero if `c' is a digit.
for (counter = 0; counter < ustrlen(text_string); counter++) {
if (uisdigit(ugetat(text_string, counter)))
usetat(text_string, counter, '*');
}
Pages related to uisdigit
- uisok (3) - Low level helper function for testing Unicode text data. Allegro game programming library.
- uisspace (3) - Tells if a character is whitespace. Allegro game programming library.
- uid_t (3) - overview of system data types
- uinsert (3) - Inserts a character in a string. Allegro game programming library.
- uint8_t (3) - overview of system data types
- uint16_t (3) - overview of system data types