摘要:
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <limits.h>void swap(unsigned char *a, unsigned char *b);/* @brief reverse an array, whose index is equal and larger than lo, and equal and smaller then high*/void reverse(unsigned char array[], int lo, int high) 阅读全文
posted @ 2011-08-24 10:33
windflying
阅读(1085)
评论(0)
推荐(0)

浙公网安备 33010602011771号