Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

big endian to little endian #2

Closed
WSeegers opened this issue Aug 27, 2018 · 1 comment
Closed

big endian to little endian #2

WSeegers opened this issue Aug 27, 2018 · 1 comment
Labels
Function Request Request for function

Comments

@WSeegers
Copy link
Collaborator

int big_to_little_endian(char big[4])

param: big - The value to be converted to little endian
return - the little endian value

This will be the opposite conversion to its counter part

@WSeegers WSeegers added the Function Request Request for function label Aug 27, 2018
@PhilipStubbs
Copy link
Collaborator

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Function Request Request for function
Projects
None yet
Development

No branches or pull requests

2 participants