#include #include "ex1007.h" #define SIZE 100 int main(void) { char str[SIZE]; printf("文字列を入力してください:\n"); scanf("%s", str); printf("%s (アルファベットは%d文字)\n", str, count_alpha(str)); return 0; }