putc_unlocked.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/putc_unlocked.c
blob: 10071312e74bbbd636bc856e1448a00dbc74a205 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "stdio_impl.h"
int (putc_unlocked)(int c, FILE *f)
{
	return putc_unlocked(c, f);
}
weak_alias(putc_unlocked, fputc_unlocked);
weak_alias(putc_unlocked, _IO_putc_unlocked);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 20:10:09 +0000

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