#include <stdio.h> #include <stdint.h> #include <stdlib.h> typedef struct WAV_header { char ChunkID[4]; /* "RIFF" */ uint32_t ChunkSize; ...
確定! 回上一頁