摘要:
#include #include//为了使用exit() int swapInt32(int value) { return ((value & 0x000000FF) > 8) | ((value & 0xFF000000) >> 24) ; } int main() { int a,b; FILE *outFp, *inFp; inFp... 阅读全文
posted @ 2017-06-24 14:43
cheshulin
阅读(615)
评论(0)
推荐(0)
浙公网安备 33010602011771号