Nixers Book Club - Book #6: Introduction to Operating Systems Abstractions - Community & Forums Related Discussions

Users browsing this thread: 1 Guest(s)
josuah
Long time nixers
(13-11-2021, 04:56 AM)venam Wrote: ARGBEGIN/ARGEND, E/ARGF
Available on an UNIX machine near you TODAY https://git.suckless.org/sbase/file/arg.h.html

(13-11-2021, 04:56 AM)venam Wrote: However, even when the program returns a string, some of the info,
when the program crashes needs extra step to make sense of it.

Namely: http://git.9front.org/plan9front/plan9fr...d.c/f.html
Code:
int
refused(char *e)
{
    return e && strstr(e, "mail refused") != nil;
}

(13-11-2021, 04:56 AM)venam Wrote: src and acid command for debugging
https://9lab.org/plan9/debugging-with-acid/
I really like the source code dumps. Stepping through C source code as it gets executed!
I never played with it though.


Messages In This Thread
RE: Nixers Book Club - Book #6: Introduction to Operating Systems Abstractions - by josuah - 13-11-2021, 06:54 AM