xref: /petsc/include/petscsys.h (revision cd403e3181aa17c737911aa59ad0c24be29cb97e)
1 /* $Id: sys.h,v 1.7 1995/09/04 17:26:02 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 
11 #endif
12 
13