1 /* -------------------------------------------------------------------------- */
2 /* UMFPACK Version 4.4, Copyright (c) 2005 by Timothy A. Davis.  CISE Dept,   */
3 /* Univ. of Florida.  All Rights Reserved.  See ../Doc/License for License.   */
4 /* web: http://www.cise.ufl.edu/research/sparse/umfpack                       */
5 /* -------------------------------------------------------------------------- */
6 
7 GLOBAL void *UMF_free
8 (
9     void *p
10 ) ;
11