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