... *hms; pirate = valloc (sizeof (struct ship)); if (!pirate) { perror ("valloc"); return -1; } hms = memalign (getpagesize (), sizeof (struct ship)); if ...
確定! 回上一頁