体验新版 GitCode,发现更多精彩内容 >>
#include <stdlib.h> /* FIXME */ void srandom(unsigned seed) { return srand(seed); }