Revision 4b07f3ef95d77a0b8998129a1172f0575772d3d9 authored by Norman Rasmussen on 14 November 2021, 22:45:45 UTC, committed by Norman Rasmussen on 14 November 2021, 22:45:45 UTC
fgets should not be defined until after all includes, otherwise the
imported stdio function will be renamed and the help --more-- prompt
will not be read from the wxWidgets window.
1 parent 2320edc
Raw File
obj.h
NODE *getInheritedProcWithParent(NODE *name, NODE *obj, NODE **parent);
NODE *getInheritedProcWithParentList(NODE *name,
                                     NODE *parentList, NODE **parent);
NODE *getInheritedProc(NODE *name, NODE *obj);
back to top