char arrays and indexing -SOLVED-

Your table contains character strings with the NAMES of the two tables, not a reference to the table itself.

I think you want something like:

prog_uchar* lfo_wave[]= {sine, squa};