On 2015-06-27T22:12:09+0100, Charles Forsyth wrote:
> On 27 June 2015 at 21:30, Nils M Holm <n...@t3x.org> wrote:
> 
> >         if (!strcmp(s, "interrupt")) {
> >
> 
> A minor stylistic point: Plan 9 code almost invariably uses if(strcmp(...)
> == 0), and for pointers if(p == nil) instead of if(!p).
> if(!!...) is never used.

Thanks, appreciated!

-- 
Nils M Holm  < n m h @ t 3 x . o r g >  www.t3x.org

Reply via email to