C source code files

The support.c source code file for the DataBlade® module project contains:
  • The #include directives for standard C and DataBlade API header files.
  • Utility functions called from BladeSmith-generated routines.

The udr.c source code file for the DataBlade module project contains function declarations for user-defined C routines, cast support routines, and aggregates in the BladeSmith project.

Each opaque data type has a source code file, Opaque.c, where Opaque is the name of the opaque data type. The Opaque.c source code files contain function definitions for opaque type support routines specified in the DataBlade module project.

The statistics.c source code file for the DataBlade module project contains user-defined statistics support routines for each opaque data type with statistics support.