forked from agorise/c-ipfs
Endianness verified using MIPS-BE emulated with qemu.
This commit is contained in:
parent
8f686f6115
commit
e89b5515c2
1 changed files with 0 additions and 2 deletions
|
@ -88,7 +88,6 @@ int ProquintIsProquint(char *str)
|
|||
*/
|
||||
char *ProquintEncode(char *buf)
|
||||
{
|
||||
// TODO: check endianness.
|
||||
char *ret;
|
||||
int i, c;
|
||||
uint16_t n;
|
||||
|
@ -126,7 +125,6 @@ char *ProquintEncode(char *buf)
|
|||
*/
|
||||
char *ProquintDecode(char *str)
|
||||
{
|
||||
// TODO: check endianness.
|
||||
char *ret;
|
||||
int i, c;
|
||||
uint16_t x;
|
||||
|
|
Loading…
Reference in a new issue