https://github.com/jrincayc/ucblogo-code
Revision a57c98c8f71f848b0ec27d7e87726d0c6439b788 authored by Andras Pahi on 29 January 2020, 13:27:03 UTC, committed by Andras Pahi on 29 January 2020, 13:27:03 UTC
1 parent 91ccedb
Raw File
Tip revision: a57c98c8f71f848b0ec27d7e87726d0c6439b788 authored by Andras Pahi on 29 January 2020, 13:27:03 UTC
removed setcdr call in numpush()
Tip revision: a57c98c
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