xref: /third_party/musl/src/stdio/getc_unlocked.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/stdio/
1570af302Sopenharmony_ci#include "stdio_impl.h"
2570af302Sopenharmony_ci
3570af302Sopenharmony_ciint (getc_unlocked)(FILE *f)
4570af302Sopenharmony_ci{
5570af302Sopenharmony_ci	return getc_unlocked(f);
6570af302Sopenharmony_ci}
7570af302Sopenharmony_ci
8570af302Sopenharmony_ciweak_alias (getc_unlocked, fgetc_unlocked);
9570af302Sopenharmony_ciweak_alias (getc_unlocked, _IO_getc_unlocked);
10

Indexes created Thu Nov 07 10:32:03 CST 2024