Author Topic: C Globals  (Read 6218 times)

Offline HyJenx

  • PLUS+1 Novice
  • *
  • Posts: 2
  • Karma: +0/-0
C Globals
« 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?

Offline Stefan

  • Administrator
  • PLUS+1 Expert
  • *
  • Posts: 72
  • Karma: +0/-0
Re: C Globals
« Reply #1 on: December 01, 2017, 01:34:08 PM »
Hello,

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

Stefan