xref: /petsc/include/petscsys.h (revision 21b0d8fbbf4d33232197105d833f54513101ab68)
1 /* $Id: sys.h,v 1.5 1995/06/07 16:30:27 bsmith Exp bsmith $ */
2 #if !defined(__SYS_PACKAGE)
3 #define __SYS_PACKAGE
4 
5 extern void   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