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

buffer_putspace - write ASCII space to buffer

Description

       buffer_putspace writes a single ASCII space character to b.

Name

       buffer_putspace - write ASCII space to buffer

Return Value

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

See Also

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

                                                                                              buffer_putspace(3)

Syntax

#include<libowfat/buffer.h>

       int buffer_putspace(buffer* b);

See Also