Postfix3.3.1
関数
myrand.c ファイル
#include <sys_defs.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <myrand.h>

[ソースコード]

関数

void mysrand (int seed)
 
int myrand (void)
 

関数詳解

int myrand ( void  )

myrand.c58 行目に定義があります。

void mysrand ( int  seed)

myrand.c50 行目に定義があります。