DOKK / manpages / debian 12 / libowfat-dev / buffer_putspace.3.en
buffer_putspace(3) Library Functions Manual buffer_putspace(3)

buffer_putspace - write ASCII space to buffer

#include <libowfat/buffer.h>

int buffer_putspace(buffer* b);

buffer_putspace writes a single ASCII space character to b.

0 if everything is fine, -1 on error (setting errno).

buffer_puts(3), buffer_put(3), buffer_flush(3), buffer(3)