mirror of
https://github.com/nasa/trick.git
synced 2025-05-29 05:34:27 +00:00
trick_print is not flexible enough for the kind of formatting I want to do, so I added a new function, trick_formatted_print, that takes alternating control sequences and strings to allow any kind of formatting in the console. Like trick_print, it also prints to a file with the control sequences removed. Refs #436