logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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