Open mkovacina opened 4 years ago
This came up when looking at the initialize_agent_function_table.
initialize_agent_function_table
FILE* was used to eliminate the need for a global variable for the file name, but it was deemed to much to go through and convert that code to use sscanf or something similar
sscanf
This came up when looking at the
initialize_agent_function_table
.FILE* was used to eliminate the need for a global variable for the file name, but it was deemed to much to go through and convert that code to use
sscanf
or something similar