/* calcRegister.c */ #include #include /* This is where any registration calls that are not in their respective * source code modules should be placed */ void calcRegister(void) { } epicsExportRegistrar(calcRegister);