setbuf.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/setbuf.c
blob: 1b98d5039c1896551145e7ebe39511ef02bf70a4 (plain) (blame)
1
2
3
4
5
6
#include <stdio.h>
void setbuf(FILE *f, char *buf)
{
	setvbuf(f, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月21日 01:42:13 +0000

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