Can anyone tell me how to place a cufftHandle variable inside a C struct such that it can be validly accessed from different C files?
That is, declare a struct in a single header file, define it in another C file, and access struct (and associated cufftHandle) from any other number of C source files.
Thanks