|
|
1.1 ! root 1: /* ! 2: * Mach Operating System ! 3: * Copyright (c) 1991,1990,1989 Carnegie Mellon University ! 4: * All Rights Reserved. ! 5: * ! 6: * Permission to use, copy, modify and distribute this software and its ! 7: * documentation is hereby granted, provided that both the copyright ! 8: * notice and this permission notice appear in all copies of the ! 9: * software, derivative works or modified versions, and any portions ! 10: * thereof, and that both notices appear in supporting documentation. ! 11: * ! 12: * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" ! 13: * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR ! 14: * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. ! 15: * ! 16: * Carnegie Mellon requests users of this software to return to ! 17: * ! 18: * Software Distribution Coordinator or [email protected] ! 19: * School of Computer Science ! 20: * Carnegie Mellon University ! 21: * Pittsburgh PA 15213-3890 ! 22: * ! 23: * any improvements or extensions that they make and grant Carnegie Mellon ! 24: * the rights to redistribute these changes. ! 25: */ ! 26: /* ********************************************************************** ! 27: File: atoi.h ! 28: Description: definitions for mach_atoi ! 29: Authors: Eugene Kuerner, Adrienne Jardetzky, Mike Kupfer ! 30: ! 31: $ Header: $ ! 32: ! 33: Copyright Ing. C. Olivetti & C. S.p.A. 1988, 1989. ! 34: All rights reserved. ! 35: ********************************************************************** */ ! 36: /* ! 37: Copyright 1988, 1989 by Olivetti Advanced Technology Center, Inc., ! 38: Cupertino, California. ! 39: ! 40: All Rights Reserved ! 41: ! 42: Permission to use, copy, modify, and distribute this software and ! 43: its documentation for any purpose and without fee is hereby ! 44: granted, provided that the above copyright notice appears in all ! 45: copies and that both the copyright notice and this permission notice ! 46: appear in supporting documentation, and that the name of Olivetti ! 47: not be used in advertising or publicity pertaining to distribution ! 48: of the software without specific, written prior permission. ! 49: ! 50: OLIVETTI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE ! 51: INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, ! 52: IN NO EVENT SHALL OLIVETTI BE LIABLE FOR ANY SPECIAL, INDIRECT, OR ! 53: CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM ! 54: LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT, ! 55: NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUR OF OR IN CONNECTION ! 56: WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! 57: */ ! 58: ! 59: #ifndef _UTIL_ATOI_H_ ! 60: #define _UTIL_ATOI_H_ ! 61: ! 62: #include <sys/types.h> ! 63: ! 64: #define MACH_ATOI_DEFAULT -1 ! 65: extern int mach_atoi (u_char *, int *); ! 66: ! 67: #endif /* _UTIL_ATOI_H_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.