xref: /petsc/include/petscsys.h (revision 18cf2ef4c649226b74061aabdfca4cf4dbcdc7f6)
1 /* $Id: snes.h,v 1.17 1995/06/02 21:05:19 bsmith Exp $ */
2 #if !defined(__SYS_PACKAGE)
3 #define __SYS_PACKAGE
4 
5 extern int    SYIsort(int,int*);
6 extern int    SYIsortperm(int,int*,int*);
7 extern int    SYDsort(int,double*);
8 
9 #endif
10 
11