Feature #776
API for debug file pointer handling
Status: | Closed | Start date: | 05/03/2022 | |
---|---|---|---|---|
Priority: | Normal (Code 4) | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | |||
Target version: | - |
Description
New APIs such as:
dbg = tplogfplock();
fprintf(tplogfpget(dbg), "Hello from fprintf\n");
tplogfpunlock(dbg);