PLUS+1 User Forum

PLUS+1 Tools => PLUS+1 and C => Topic started by: HyJenx on November 21, 2017, 02:12:48 PM

Title: C Globals
Post by: HyJenx on November 21, 2017, 02:12:48 PM
I am attempting to integrate C code for data crunching. Because of the fairly large number of inputs and outputs, it would be way easier to have global variables available.

Is there a method of specifying and using globals for a C function?
Title: Re: C Globals
Post by: Stefan on December 01, 2017, 01:34:08 PM
Hello,

Please see attached document describing how to use global variables in C in GUIDE.

Stefan