From: Martin Str|mberg Message-Id: <200101200943.KAA02002@father.ludd.luth.se> Subject: djgpp: djgpp/include/stdlib.h (fwd) To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Sat, 20 Jan 2001 10:43:06 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I noticed this by chance: > RCS file: /cvs/djgpp/djgpp/include/stdlib.h,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -p -2 -r1.6 -r1.7 > *** djgpp/include/stdlib.h 2000/12/05 14:05:53 1.6 > --- djgpp/include/stdlib.h 2001/01/20 09:13:43 1.7 > *************** lldiv_t lldiv(long long _numer, long lo > *** 103,106 **** > --- 103,107 ---- > void lcong48(unsigned short param[7]); Shouldn't "param" be "_param"? > unsigned long lrand48(void); > + void * memalign (size_t _amt, size_t _align); > long mrand48(void); > unsigned long nrand48(unsigned short state[3]); "state" -> "_state"? > *************** long long strtoll(const char *_s, char * > *** 114,117 **** > --- 115,119 ---- > unsigned long long strtoull(const char *_s, char **_endptr, int _base); > void swab(const void *from, void *to, int nbytes); "from, to, nbytes" -> "_from, _to, _nbytes"? Right, MartinS