On Fri, Apr 24, 2020 at 7:00 PM Adam Thornton <athornton@gmail.com> wrote:
This doesn’t like the function pointer.

$ cc -c choparg.c
choparg.c:11: Call of non-function

Perhaps:

    (*fcn)(arg);

-- Charles