I don't have much experience with C. I have been looking at some source code to learn how C programs are written for TI calculators. My problem is that I can't find where the function "pgrm_CleanUp" is defined in the CE development libraries. I want to know how the function works.

Thanks!
It is defined here:
https://github.com/CE-Programming/toolchain/blob/master/CEdev/lib/src/ce/prgmcleanup.asm

It then uses the refernce in tice.h to link against:
https://github.com/CE-Programming/toolchain/blob/master/CEdev/include/ce/c/tice.h

Hope this helps! These files can also be found in the tool chain installation. Smile
MateoConLechuga wrote:
It is defined here:
https://github.com/CE-Programming/toolchain/blob/master/CEdev/lib/src/ce/prgmcleanup.asm

It then uses the refernce in tice.h to link against:
https://github.com/CE-Programming/toolchain/blob/master/CEdev/include/ce/c/tice.h

Hope this helps! These files can also be found in the tool chain installation. Smile

It looks real simple. I cannot wait to get the K&R C book to learn C!

Thanks for your help! Very Happy
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement