Making a Library · /* util.h */ extern int rand(); extern void bubble_sort(int, int []);. These two lines are function prototypes. · /* util.c */ #include "util.
確定! 回上一頁