xref: /petsc/include/petscsys.h (revision 97530c3f2adce3f8b5f4768897b53a7392cf7ee9)
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