You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can i capture the output of the donut?
i tried to redirect stdout and stderr but my code after ((void(*) ())exec)() never gets executed so I cannot even tell if my stdout redirection worked or not!
i would appreaciate any help,
thanks
The text was updated successfully, but these errors were encountered:
hi,
i load the donut file like so,
how can i capture the output of the donut?
i tried to redirect stdout and stderr but my code after
((void(*) ())exec)()
never gets executed so I cannot even tell if my stdout redirection worked or not!i would appreaciate any help,
thanks
The text was updated successfully, but these errors were encountered: