Displaying 1 result from an estimated 1 matches for "u_int8".
Did you mean:
u_int
2018 Jul 19
0
NHW Project - some update
...eplace each tab with four spaces, use a consistent coding
> style, and I’d break the code into many more functions.
>
> Secondly, I would be using autotools, and work on making sure it compiles
> on Windows and Linux. I’d try replacing declarations like int with
> declarations like u_int8, for example, because the size of an integer isn’t
> necessarily the same on all systems.
>
> Finally, instead of making it an executable, I would make it a library,
> with functions that people could easily call from their code, to encourage
> people to use the codec in their projec...