This is sys_internal.h in view mode; [Download] [Up]
/* * PCN System * Author: Steve Tuecke * Argonne National Laboratory * * Please see the DISCLAIMER file in the top level directory of the * distribution regarding the provisions under which this software * is distributed. * * sys_internal.h * * Header file used by all of the sys module components (both PCN and C). */ #ifndef _PCN_INCLUDE_SYS_INTERNAL_H #define _PCN_INCLUDE_SYS_INTERNAL_H #ifndef PCN #include <math.h> #include "pcn_c_hdr.h" #include "pcn_types.h" #endif /* !PCN */ #endif /* _PCN_INCLUDE_SYS_INTERNAL_H */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.