Short: Converts FD lib files to a CLIB file. Author: lorylombus@gmail.com (Lorence Lombardo) Uploader: lorylombus@gmail.com (Lorence Lombardo) Type: dev/c Version: 4-Jul-2021 Architecture: m68k-amigaos FD2clib converts an FD file into a CLIB protos file with the intention of leaving the user with only a minimum amount of finishing touches to do. Usage: FD2clib [RET/K, ARG/K] The RET keyword allows you to specify the most common return type and the ARG keyword allows you to specify the most common argument type. I tested FD2clib with "dbfsup_lib.fd" and determined the best argument template would be as follows:- FD2clib dbfsup_lib.fd ret=void arg=void > test_dbfsup_protos.h Feel free to contact me with any suggestions for improving this program. web page:- http://geocities.ws/lorylomb/