00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*- 00002 00003 #ifndef s_cruft_h 00004 #define s_cruft_h 00005 00006 #include <stddef.h> // for size_t 00007 00008 // 00009 // INTERFACE definition follows 00010 // 00011 00012 00013 // do not allow calls to these OSKit routines. We have to provide 00014 // these functions because libamm references them. 00015 extern "C" __attribute__((noreturn)) void *smalloc(size_t); 00016 00017 extern "C" __attribute__((noreturn)) void sfree(void *, size_t); 00018 00019 #endif // s_cruft_h