summaryrefslogtreecommitdiff
path: root/com32/lib/lrand48.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/lib/lrand48.cH. Peter Anvin2009-05-291-13/+12
| | | | | | | | | Automatically reformat com32/lib/lrand48.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Fix lrand48() and rand()H. Peter Anvin2008-08-111-1/+1
| | | | | | | | | lrand48() and rand() had improper parenthesization, which caused it to return negative values. Spotted by Stefan Bucur :) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-2/+1
|
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+42