Quantcast
Channel: MPLAB XC16
Viewing all articles
Browse latest Browse all 1508

Trying to use an array of function pointers (ChipBurns)

$
0
0
I'm creating an array of function pointers like this:

typedef Err_t (*ProcessMenuFunction)( char );

ProcessMenuFunction pProcessMenu;

void

InitConsole()
{
pProcessMenu = ProcessMainMenu;

pProces..


Viewing all articles
Browse latest Browse all 1508

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>