how is ts declared?
> I'm working on some regression testing for my GSoC project and am trying
> to understand why
>
> ctl = open(path("ctl"),ORDWR|OAPPEND);
> ts = "chatty9p 1"; // or some other message
>
> n = fprint(ctl, ts);
>
> succeeds, while
>
> n = write(ctl,ts,sizeof(ts));
>
> fails.
>
> Can someone explain?
>
> EBo --- [9fans] writing to ctl using fprint and write EBo
- Re: [9fans] writing to ctl using fprint and wri... Skip Tavakkolian
- Re: [9fans] writing to ctl using fprint and wri... erik quanstrom
- Re: [9fans] writing to ctl using fprint and... EBo
- Re: [9fans] writing to ctl using fprint... erik quanstrom
- Re: [9fans] writing to ctl using fp... David Leimbach
- Re: [9fans] writing to ctl usi... Federico G. Benavento
- Re: [9fans] writing to ctl using fp... Brian L. Stuart
- Re: [9fans] writing to ctl using fp... EBo
- Re: [9fans] writing to ctl using fprint and wri... Sape Mullender
