xref: /petsc/include/petscsys.h (revision 8965ea79aaf4087e157537e1c4a1c2d61645c0b7)
1 /* $Id: sys.h,v 1.6 1995/08/22 16:33:42 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 
10 #endif
11 
12