cconv

cconv parses any C module for obsolete JAM 5 functions, constants, and header files which were replaced in JAM 7 and Prolifics. Such references are automatically converted to the JAM7/Prolifics equivalent.

Use finder to determine which C files written for your JAM 5 application require updating.

Usage:
sed -f cconv < jam5_module.c > converted_jam7_module.c

Back to f5to6