blob: 5ef3ba9c3ba147f5b1b16496028beb2641e8ace9 [file] [log] [blame]
<html lang="en">
<head>
<title>iswxdigit - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Ctype.html#Ctype" title="Ctype">
<link rel="prev" href="iswupper.html#iswupper" title="iswupper">
<link rel="next" href="iswctype.html#iswctype" title="iswctype">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="iswxdigit"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="iswctype.html#iswctype">iswctype</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="iswupper.html#iswupper">iswupper</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Ctype.html#Ctype">Ctype</a>
<hr>
</div>
<h3 class="section">3.26 <code>iswxdigit</code>&mdash;hexadecimal digit wide character test</h3>
<p><a name="index-iswxdigit-138"></a><strong>Synopsis</strong>
<pre class="example"> #include &lt;wctype.h&gt;
int iswxdigit(wint_t <var>c</var>);
</pre>
<p><strong>Description</strong><br>
<code>iswxdigit</code> is a function which classifies wide character values that
are hexadecimal digits.
<p><br>
<strong>Returns</strong><br>
<code>iswxdigit</code> returns non-zero if <var>c</var> is a hexadecimal digit wide character.
<p><br>
<strong>Portability</strong><br>
<code>iswxdigit</code> is C99.
<p>No supporting OS subroutines are required.
<p><br>
</body></html>