Administrative functions
>
Files used by Quantum
>
C subroutine code file
C subroutine code file
To use C subroutines in your Quantum run, define them in a file called
private.c
in the project directory. When Quantum compiles your program, it automatically compiles the contents of the
private.c
file if it exists.
See also
Files used by Quantum