[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: endian.h
From: |
Bruno Haible |
Subject: |
Re: endian.h |
Date: |
Sun, 05 May 2024 14:42:29 +0200 |
> > plus functions or macros:
> >
> > uint16_t be16toh (uint16_t);
> > uint16_t htobe16 (uint16_t);
> >
> > I could try to work on that if it seems useful to anyone else.
For the implementation of these functions, maybe the existing
Gnulib module 'byteswap' is interesting.
Bruno
- Re: doc: Add appendix about Gnulib history, (continued)
- Re: doc: Add appendix about Gnulib history, Bruno Haible, 2024/05/04
- Re: header file substitutes, Bruno Haible, 2024/05/04
- Re: header file substitutes, Collin Funk, 2024/05/04
- Re: header file substitutes, Paul Eggert, 2024/05/04
- Re: header file substitutes, Collin Funk, 2024/05/04
- Re: header file substitutes, Paul Eggert, 2024/05/05
- Re: header file substitutes, Collin Funk, 2024/05/05
- Re: header file substitutes, Bruno Haible, 2024/05/05
- Re: endian.h,
Bruno Haible <=