| Current Path : /usr/home/beeson/MathXpert/ |
| Current File : /usr/home/beeson/MathXpert/autostep.h |
// // autostep.h // MathXpert Calculus Assistant // // Created by Michael Beeson on 1/19/24. // #ifndef autostep_h #define autostep_h int autostep(PSYMBOLDATA pSymbolData); int autofinish(PSYMBOLDATA pSymbolData); #endif /* autostep_h */