setbuffer.c\stdio\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/setbuffer.c
blob: 71233d2ec1aee44d044786b68d1cbbc6d39d9e33 (plain) (blame)
1
2
3
4
5
6
7
#define _GNU_SOURCE
#include <stdio.h>
void setbuffer(FILE *f, char *buf, size_t size)
{
	setvbuf(f, buf, buf ? _IOFBF : _IONBF, size);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月20日 21:49:00 +0000

AltStyle によって変換されたページ (->オリジナル) /