<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nandakagoodvibes</author_name>
  <author_url>https://blog.hatena.ne.jp/nandakagoodvibes/</author_url>
  <blog_title>なんだかGoodVibes</blog_title>
  <blog_url>https://nandakagoodvibes.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>こんにちは。 本日はC言語メモです。 概要 文字が英字かどうかの判定 文字が数字かどうかの判定 文字が英字もしくは数字かどうかの判定 文字が空白文字かどうかの判定 概要 標準ライブラリヘッダである「ctype.h」に含まれる関数を使って 文字の判定をやってみたいと思います。 よく使いそうなものをピックアップして サンプルを作ってみました。 文字が英字かどうかの判定 英字かどうか判定する場合はisalpha()を使用します。 英字の場合は、0以外の値が返ります。 #include &lt;stdio.h&gt; #include &lt;ctype.h&gt; int main() { char c1 = 'a'; c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnandakagoodvibes.hatenablog.com%2Fentry%2F2025%2F09%2F21%2F153844&quot; title=&quot;【C】標準ライブラリを使って文字の判定(ctype.h) - なんだかGoodVibes&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-09-21 15:38:44</published>
  <title>【C】標準ライブラリを使って文字の判定(ctype.h)</title>
  <type>rich</type>
  <url>https://nandakagoodvibes.hatenablog.com/entry/2025/09/21/153844</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
