Discussion:
[9fans] libbio: Bgetle2(), Bgetle4(), Bputle2() and Bputle4()
(too old to reply)
l***@proxima.alt.za
2013-09-02 05:24:20 UTC
Permalink
The Go distribution has these new functions which are not present in
the Plan 9 library. They seem to fit in libbio harmlessly, so I just
added them in, but in the past an analogous change was rejected (the
details escape me, but it was a long time ago).

Should I, or should I not submit a patch? And if I do, should I
include the "be" (I'm sure "le" means "little endian") varieties?

++L

PS: There are also capitalised macros in <bio.h>, they seem similarly
harmless.
Bruce Ellis
2013-09-02 05:26:33 UTC
Permalink
do it
Post by l***@proxima.alt.za
The Go distribution has these new functions which are not present in
the Plan 9 library. They seem to fit in libbio harmlessly, so I just
added them in, but in the past an analogous change was rejected (the
details escape me, but it was a long time ago).
Should I, or should I not submit a patch? And if I do, should I
include the "be" (I'm sure "le" means "little endian") varieties?
++L
PS: There are also capitalised macros in <bio.h>, they seem similarly
harmless.
l***@proxima.alt.za
2013-09-02 05:30:09 UTC
Permalink
do it
Thanks for the encouragemnt, Bruce.

Lucio.

Loading...