Cicode Programming Reference > Writing Functions > Cicode Function Libraries

Cicode Function Libraries

Cicode functions are stored within Cicode files. You can use a separate file for each stand-alone function, or group several functions together into a common file. For easy maintenance, store functions that perform related tasks in the same file - for example, store functions that act on alarm data in an Alarms.CI file.

Note: Every Cicode file in your project directory will be included when you compile your project.