Skip to content

Eliminate the use of FILE* parameters in preference for a buffer with the file contents. #12

Description

@mkovacina

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions