#include <stdio.h> · #include <stdlib.h> · // this function returns a (pseudo)random vowel · /* · char rand_vowel(){ · char vowels[] = {'a', 'e', 'i', 'o', 'u', 'y'} ...
確定! 回上一頁