home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / pippy-0.6beta-src.tar.gz / pippy-0.6beta-src.tar / pippy-0.6beta-src / src / Include / other / abstract_c.h next >
C/C++ Source or Header  |  2000-12-21  |  320b  |  14 lines

  1. #ifndef ABSTRACT_C_H
  2. #define ABSTRACT_C_H
  3.  
  4. #include "proto_defs.h"
  5.  
  6.  
  7. static PyObject *type_error Py_PROTO((char *msg)) SEG_ABSTRACT_C;
  8. static PyObject *null_error() SEG_ABSTRACT_C;
  9. BINARYFUNC_PROTO(do_pow, PyObject) SEG_ABSTRACT_C;
  10. UNARYFUNC_PROTO(long_from_string, PyObject) SEG_ABSTRACT_C;
  11.  
  12.  
  13. #endif /* ABSTRACT_C_H */
  14.