* Various formatting and whitespace changes.
This commit is contained in:
@ -35,7 +35,7 @@ variables vary from one system to another.
|
||||
*/
|
||||
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Copyright (C) 1991 DJ Delorie
|
||||
** these modifications are Copyright (C) 1991 DJ Delorie.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* This file may have been modified by DJ Delorie (Jan 1991). If so,
|
||||
** these modifications are Copyright (C) 1991 DJ Delorie
|
||||
** these modifications are Copyright (C) 1991 DJ Delorie.
|
||||
*/
|
||||
|
||||
/*-
|
||||
|
@ -30,7 +30,7 @@ The corresponding declarations are in the header file @file{stdlib.h}.
|
||||
* mbtowc:: Minimal multibyte to wide character converter
|
||||
* qsort:: Sort an array
|
||||
* rand:: Pseudo-random numbers
|
||||
* rand48:: Uniformaly distributed pseudo-random numbers
|
||||
* rand48:: Uniformly distributed pseudo-random numbers
|
||||
* strtod:: String to double or float
|
||||
* strtol:: String to long
|
||||
* strtoul:: String to unsigned long
|
||||
|
@ -16,14 +16,14 @@ ANSI_SYNOPSIS
|
||||
|
||||
TRAD_SYNOPSIS
|
||||
#include <stdlib.h>
|
||||
long strtoll (<[s]>, <[ptr]>, <[base]>)
|
||||
char *<[s]>;
|
||||
long long strtoll (<[s]>, <[ptr]>, <[base]>)
|
||||
const char *<[s]>;
|
||||
char **<[ptr]>;
|
||||
int <[base]>;
|
||||
|
||||
long _strtoll_r (<[reent]>, <[s]>, <[ptr]>, <[base]>)
|
||||
long long _strtoll_r (<[reent]>, <[s]>, <[ptr]>, <[base]>)
|
||||
char *<[reent]>;
|
||||
char *<[s]>;
|
||||
const char *<[s]>;
|
||||
char **<[ptr]>;
|
||||
int <[base]>;
|
||||
|
||||
|
Reference in New Issue
Block a user