I want to completely eliminate dependency on stdin my project in order to disable the function stdin extern mailboxes.
Somehow the end product is still associated with std, so I want to find out which external mailbox is binding to std.
For standard shared libraries this can be done with ldd, but according to file, the files rlibin the deps directory are ararchives.
source
share