Okay, so lemme make sure I understand this before I go plowing through code. From what I've found, these functions are defined in module.h, and tcl_cmds is a type_def'ed struct containing the name of the command and function which the command links to. If this is correct, I'm assuming I need to crea...