man rbuf_down (Fonctions bibliothèques) - convert each character to lower case

NAME

rbuf_down - convert each character to lower case

SYNOPSIS

#include <roy.h>

void rbuf_down (RBuf *buf);

DESCRIPTION

Calling rbuf_down(3) will convert all characters in buf to lower case using tolower(3).

RETURN VALUE

This call returns no value.

ERRORS

Calls to rbuf_down(3) can never fail.

FUNCTION

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

SEE ALSO