xref: /petsc/include/petscsys.h (revision d7e8b82609919f5be22f34483b29990a2bb120b8)
1 /* $Id: sys.h,v 1.8 1995/10/24 21:55:05 bsmith Exp bsmith $ */
2 #if !defined(__SYS_PACKAGE)
3 #define __SYS_PACKAGE
4 
5 extern int    SYGetArchType(char*,int);
6 extern int    SYIsort(int,int*);
7 extern int    SYIsortperm(int,int*,int*);
8 extern int    SYDsort(int,double*);
9 extern char   *SYGetDate();
10 extern int    TrDebugLevel(int);
11 extern int    TrValid();
12 #endif
13 
14