OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:putwc
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdio/
putwc.c
1
/* $NetBSD:
putwc
.c,v 1.4 2005/06/12 05:21:27 lukem Exp $ */
33
__RCSID("$NetBSD:
putwc
.c,v 1.4 2005/06/12 05:21:27 lukem Exp $");
40
* A subroutine version of the macro
putwc
.
42
#undef
putwc
45
putwc
(wchar_t wc, FILE *fp)
function in typeref:typename:wint_t
/src/include/
wchar.h
185
wint_t
putwc
(wchar_t, FILE *);
225
#define
putwc
(wc, f) fputwc((wc), (f))
macro
226
#define putwchar(wc)
putwc
((wc), stdout)
Completed in 13 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025