hark130 / sketchy-idea

Reusable, stand-alone, Linux code
GNU General Public License v3.0
0 stars 0 forks source link

SKID-10: Add a reentrant print-like function to skid_signals #24

Open hark130 opened 2 months ago

hark130 commented 2 months ago

I started adding signal handlers in SKID-8. Signal handlers must be reentrant, which severely limits console logging options, and I want to print (see: write) logging output in "legal" ways. Define a safe, legal function and then consider utilizing in-place of current signal handling logging.