OOStuBS - Technische Informatik II (TI-II)  2.4
analyse.h
gehe zur Dokumentation dieser Datei
1 #ifndef __OOSTUBS_USER_ANALYSE__
2 #define __OOSTUBS_USER_ANALYSE__
3 
35 void analyseProcedureStack(void** esp, const char* func);
36 
37 #endif