[BACK]Return to stdlib.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/stdlib.h between version 1.2 and 1.3

version 1.2, 1995/12/30 08:12:37 version 1.3, 1996/12/28 06:32:59
Line 190 
Line 190 
 long     nrand48 __P((unsigned short[3]));  long     nrand48 __P((unsigned short[3]));
 unsigned short *seed48 __P((unsigned short[3]));  unsigned short *seed48 __P((unsigned short[3]));
 void     srand48 __P((long));  void     srand48 __P((long));
   
   u_int32_t arc4random __P((void));
   void    arc4random_stir __P((void));
   void    arc4random_addrandom __P((u_char *, int));
 #endif /* !_ANSI_SOURCE && !_POSIX_SOURCE */  #endif /* !_ANSI_SOURCE && !_POSIX_SOURCE */
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3