ViVi Home > 技術文書 > ポインタ入門 > 基礎演習問題> size
int my_size(const int *first, const int *last) { return last - first; }
解説:
前: | 次: