stdlib.h (17ebe40096aa2c39d2396d737f9c69bccb134822) stdlib.h (9d301680d634b4bf4e564b7893283d82fecf3143)
1/*-
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 236 unchanged lines hidden (view full) ---

245int cgetmatch(const char *, const char *);
246int cgetnext(char **, char **);
247int cgetnum(char *, const char *, long *);
248int cgetset(const char *);
249int cgetstr(char *, const char *, char **);
250int cgetustr(char *, const char *, char **);
251
252int daemon(int, int);
1/*-
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 236 unchanged lines hidden (view full) ---

245int cgetmatch(const char *, const char *);
246int cgetnext(char **, char **);
247int cgetnum(char *, const char *, long *);
248int cgetset(const char *);
249int cgetstr(char *, const char *, char **);
250int cgetustr(char *, const char *, char **);
251
252int daemon(int, int);
253char *devname(int, int);
254char *devname_r(int, int, char *, int);
253char *devname(__dev_t, __mode_t);
254char *devname_r(__dev_t, __mode_t, char *, int);
255int getloadavg(double [], int);
256__const char *
257 getprogname(void);
258
259int heapsort(void *, size_t, size_t, int (*)(const void *, const void *));
260int mergesort(void *, size_t, size_t, int (*)(const void *, const void *));
261void qsort_r(void *, size_t, size_t, void *,
262 int (*)(void *, const void *, const void *));

--- 21 unchanged lines hidden ---
255int getloadavg(double [], int);
256__const char *
257 getprogname(void);
258
259int heapsort(void *, size_t, size_t, int (*)(const void *, const void *));
260int mergesort(void *, size_t, size_t, int (*)(const void *, const void *));
261void qsort_r(void *, size_t, size_t, void *,
262 int (*)(void *, const void *, const void *));

--- 21 unchanged lines hidden ---