Deleted Added
full compact
llib-lposix (91587) llib-lposix (92087)
1/* $NetBSD$ */
1/* $NetBSD: llib-lposix,v 1.2 1995/07/03 21:25:09 cgd Exp $ */
2/* $FreeBSD: head/usr.bin/xlint/llib/llib-lposix 92087 2002-03-11 11:26:17Z markm $ */
2
3/*
4 * Copyright (c) 1994, 1995 Jochen Pohl
5 * All Rights Reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

64
65void (abort)(void);
66int (abs)(int j);
67int (access)(const char *path, int amode);
68double (acos)(double x);
69unsigned (alarm)(unsigned seconds);
70char *(asctime)(const struct tm *timeptr);
71double (asin)(double x);
3
4/*
5 * Copyright (c) 1994, 1995 Jochen Pohl
6 * All Rights Reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

65
66void (abort)(void);
67int (abs)(int j);
68int (access)(const char *path, int amode);
69double (acos)(double x);
70unsigned (alarm)(unsigned seconds);
71char *(asctime)(const struct tm *timeptr);
72double (asin)(double x);
72void (__assert)(const char *expression, int line, const char *file);
73void (__assert)(const char *expression, const char *func, int line,
74 const char *file);
73double (atan)(double x);
74double (atan2)(double y, double x);
75int (atexit)(void (*func)(void));
76double (atof)(const char *nptr);
77int (atoi)(const char *nptr);
78long (atol)(const char *nptr);
79void *(bsearch)(const void *key, const void *base, size_t nmemb,
80 size_t size, int (*compar)(const void *, const void *));

--- 231 unchanged lines hidden ---
75double (atan)(double x);
76double (atan2)(double y, double x);
77int (atexit)(void (*func)(void));
78double (atof)(const char *nptr);
79int (atoi)(const char *nptr);
80long (atol)(const char *nptr);
81void *(bsearch)(const void *key, const void *base, size_t nmemb,
82 size_t size, int (*compar)(const void *, const void *));

--- 231 unchanged lines hidden ---