Raw File
misc.h
// -*- C++ -*-
// 
//  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// 
//                               Michael A.G. Aivazis
//                        California Institute of Technology
//                        (C) 1998-2003 All Rights Reserved
// 
//  <LicenseText>
// 
//  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// 

#if !defined(pyCitcomSFull_misc_h)
#define pyCitcomSFull_misc_h

// copyright
extern char pyCitcomSFull_copyright__name__[];
extern char pyCitcomSFull_copyright__doc__[];
extern "C"
PyObject * pyCitcomSFull_copyright(PyObject *, PyObject *);



// return1_test
extern char pyCitcomSFull_return1_test__name__[];
extern char pyCitcomSFull_return1_test__doc__[];
extern "C"
PyObject * pyCitcomSFull_return1_test(PyObject *, PyObject *);





#endif

// version
// $Id: misc.h,v 1.1.1.1 2003/03/24 01:46:37 tan2 Exp $

// End of file
back to top