Browse Source

endian.h: use C-style comments and wrap the comment to 80 characters.

master
Reece H. Dunn 8 years ago
parent
commit
636dc94aa1
1 changed files with 10 additions and 5 deletions
  1. 10
    5
      src/include/compat/endian.h

+ 10
- 5
src/include/compat/endian.h View File

@@ -1,8 +1,13 @@
// "License": Public Domain
// I, Mathias Panzenböck, place this file hereby into the public domain. Use it at your own risk for whatever you like.
// In case there are jurisdictions that don't support putting things in the public domain you can also consider it to
// be "dual licensed" under the BSD, MIT and Apache licenses, if you want to. This code is trivial anyway. Consider it
// an example on how to get the endian conversion functions on different platforms.
/**
* "License": Public Domain
*
* I, Mathias Panzenböck, place this file hereby into the public domain. Use it
* at your own risk for whatever you like. In case there are jurisdictions that
* don't support putting things in the public domain you can also consider it
* to be "dual licensed" under the BSD, MIT and Apache licenses, if you want
* to. This code is trivial anyway. Consider it an example on how to get the
* endian conversion functions on different platforms.
*/

#ifndef PORTABLE_ENDIAN_H__
#define PORTABLE_ENDIAN_H__

Loading…
Cancel
Save