Mercurial > yaffs-ecoscentric
view direct/python/yaffs.i @ 318:0b4bc5c0868e
More SWIG pythonry
| author | charles |
|---|---|
| date | Fri, 09 Oct 2009 00:11:12 +0100 |
| parents | 43c9f5f8b5c6 |
| children |
line wrap: on
line source
%module yaffs %{ #include "yaffsfs_for_swig.h" void yaffs_print_constants(void); %} %include "yaffsfs_for_swig.h" void yaffs_print_constants(void);
