Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

usetc - Low level helper function for writing Unicode text data. Allegro game programming library.

Description

       Low  level helper function for writing Unicode text data. Writes the character `c' to the address pointed
       to by `s'.

Name

       usetc - Low level helper function for writing Unicode text data. Allegro game programming library.

Return Value

       Returns the number of bytes written, which is equal to the width of the character in the current encoding
       format.

See Also

ugetc(3alleg4), ugetx(3alleg4), uwidth(3alleg4), ucwidth(3alleg4), uisok(3alleg4)

Allegro                                           version 4.4.3                                   usetc(3alleg4)

Synopsis

#include<allegro.h>intusetc(char*s,intc);

See Also