putw.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/putw.c
blob: 0ff9d7fbffb98a5d5919a3e8658678095674a3b7 (plain) (blame)
1
2
3
4
5
6
7
#define _GNU_SOURCE
#include <stdio.h>
int putw(int x, FILE *f)
{
	return (int)fwrite(&x, sizeof x, 1, f)-1;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 21:13:24 +0000

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