man rbuf_up (Fonctions bibliothèques) - convert each character to upper case

NAME

rbuf_up - convert each character to upper case

SYNOPSIS

#include <roy.h>

void rbuf_up (RBuf *buf);

DESCRIPTION

Calling rbuf_up(3) will convert all characters in buf to upper case using toupper(3).

RETURN VALUE

This call returns no value.

ERRORS

Calls to rbuf_up(3) can never fail.

FUNCTION

The rbuf_up(3) api is implemented using a function.

SEE ALSO