32 lines
626 B
C
Executable File
32 lines
626 B
C
Executable File
/* Copyright (c) 1988 AT&T */
|
|
/* All Rights Reserved */
|
|
|
|
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
|
|
/* The copyright notice above does not evidence any */
|
|
/* actual or intended publication of such source code. */
|
|
|
|
#ifndef _SYS_INLINE_H
|
|
#define _SYS_INLINE_H
|
|
|
|
#pragma ident "@(#)inline.h 1.6 92/07/14 SMI" /* SVr4 11.9 */
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#if !defined(CXREF) && !defined(lint)
|
|
|
|
/* asm inline replacement templates go here */
|
|
|
|
#else
|
|
|
|
/* extern function declarations go here */
|
|
|
|
#endif /* !defined(CXREF) && !defined(lint) */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _SYS_INLINE_H */
|