logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

putwchar.3p (2160B)


  1. '\" et
  2. .TH PUTWCHAR "3P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. putwchar
  12. \(em put a wide character on a stdout stream
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <wchar.h>
  17. .P
  18. wint_t putwchar(wchar_t \fIwc\fP);
  19. .fi
  20. .SH DESCRIPTION
  21. The functionality described on this reference page is aligned with the
  22. ISO\ C standard. Any conflict between the requirements described here and the
  23. ISO\ C standard is unintentional. This volume of POSIX.1\(hy2017 defers to the ISO\ C standard.
  24. .P
  25. The function call
  26. .IR putwchar ( wc )
  27. shall be equivalent to \fIputwc\fP(\fIwc\fP,\fIstdout\fP).
  28. .SH "RETURN VALUE"
  29. Refer to
  30. .IR "\fIfputwc\fR\^(\|)".
  31. .SH ERRORS
  32. Refer to
  33. .IR "\fIfputwc\fR\^(\|)".
  34. .LP
  35. .IR "The following sections are informative."
  36. .SH EXAMPLES
  37. None.
  38. .SH "APPLICATION USAGE"
  39. None.
  40. .SH RATIONALE
  41. None.
  42. .SH "FUTURE DIRECTIONS"
  43. None.
  44. .SH "SEE ALSO"
  45. .IR "Section 2.5" ", " "Standard I/O Streams",
  46. .IR "\fIfputwc\fR\^(\|)",
  47. .IR "\fIputwc\fR\^(\|)"
  48. .P
  49. The Base Definitions volume of POSIX.1\(hy2017,
  50. .IR "\fB<wchar.h>\fP"
  51. .\"
  52. .SH COPYRIGHT
  53. Portions of this text are reprinted and reproduced in electronic form
  54. from IEEE Std 1003.1-2017, Standard for Information Technology
  55. -- Portable Operating System Interface (POSIX), The Open Group Base
  56. Specifications Issue 7, 2018 Edition,
  57. Copyright (C) 2018 by the Institute of
  58. Electrical and Electronics Engineers, Inc and The Open Group.
  59. In the event of any discrepancy between this version and the original IEEE and
  60. The Open Group Standard, the original IEEE and The Open Group Standard
  61. is the referee document. The original Standard can be obtained online at
  62. http://www.opengroup.org/unix/online.html .
  63. .PP
  64. Any typographical or formatting errors that appear
  65. in this page are most likely
  66. to have been introduced during the conversion of the source files to
  67. man page format. To report such errors, see
  68. https://www.kernel.org/doc/man-pages/reporting_bugs.html .