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

monetary.h.0p (2269B)


  1. '\" et
  2. .TH monetary.h "0P" 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. monetary.h
  12. \(em monetary types
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <monetary.h>
  17. .fi
  18. .SH DESCRIPTION
  19. The
  20. .IR <monetary.h>
  21. header shall define the
  22. .BR locale_t
  23. type as described in
  24. .IR <locale.h> .
  25. .P
  26. The
  27. .IR <monetary.h>
  28. header shall define the
  29. .BR size_t
  30. type as described in
  31. .IR <stddef.h> .
  32. .P
  33. The
  34. .IR <monetary.h>
  35. header shall define the
  36. .BR ssize_t
  37. type as described in
  38. .IR <sys/types.h> .
  39. .P
  40. The following shall be declared as functions and may also be defined
  41. as macros. Function prototypes shall be provided for use with ISO\ C standard
  42. compilers.
  43. .sp
  44. .RS 4
  45. .nf
  46. ssize_t strfmon(char *restrict, size_t, const char *restrict, ...);
  47. ssize_t strfmon_l(char *restrict, size_t, locale_t,
  48. const char *restrict, ...);
  49. .fi
  50. .P
  51. .RE
  52. .LP
  53. .IR "The following sections are informative."
  54. .SH "APPLICATION USAGE"
  55. None.
  56. .SH RATIONALE
  57. None.
  58. .SH "FUTURE DIRECTIONS"
  59. None.
  60. .SH "SEE ALSO"
  61. .IR "\fB<locale.h>\fP",
  62. .IR "\fB<stddef.h>\fP",
  63. .IR "\fB<sys_types.h>\fP"
  64. .P
  65. The System Interfaces volume of POSIX.1\(hy2017,
  66. .IR "\fIstrfmon\fR\^(\|)"
  67. .\"
  68. .SH COPYRIGHT
  69. Portions of this text are reprinted and reproduced in electronic form
  70. from IEEE Std 1003.1-2017, Standard for Information Technology
  71. -- Portable Operating System Interface (POSIX), The Open Group Base
  72. Specifications Issue 7, 2018 Edition,
  73. Copyright (C) 2018 by the Institute of
  74. Electrical and Electronics Engineers, Inc and The Open Group.
  75. In the event of any discrepancy between this version and the original IEEE and
  76. The Open Group Standard, the original IEEE and The Open Group Standard
  77. is the referee document. The original Standard can be obtained online at
  78. http://www.opengroup.org/unix/online.html .
  79. .PP
  80. Any typographical or formatting errors that appear
  81. in this page are most likely
  82. to have been introduced during the conversion of the source files to
  83. man page format. To report such errors, see
  84. https://www.kernel.org/doc/man-pages/reporting_bugs.html .