?
Ce document utilise Manuel du site Web PHP chinois Libérer
在頭文件<stdlib.h>中定義 | ||
---|---|---|
#define RAND_MAX / *實(shí)現(xiàn)定義* / |
展開為等于函數(shù)返回的最大值的整數(shù)常量表達(dá)式rand()
。該值與實(shí)現(xiàn)有關(guān)。它保證這個(gè)值至少是32767
。
C11標(biāo)準(zhǔn)(ISO / IEC 9899:2011):
7.22 / 3通用工具<stdlib.h>(p:340)
C99標(biāo)準(zhǔn)(ISO / IEC 9899:1999):
7.20 / 3通用工具<stdlib.h>(p:306)
C89 / C90標(biāo)準(zhǔn)(ISO / IEC 9899:1990):
4.10一般實(shí)用程序<stdlib.h>