projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge remote-tracking branch 'boock/master'
[paraslash.git]
/
portable_io.h
diff --git
a/portable_io.h
b/portable_io.h
index
1f3922f
..
e766d7b
100644
(file)
--- a/
portable_io.h
+++ b/
portable_io.h
@@
-1,3
+1,11
@@
+/*
+ * Copyright (C) 2007-2011 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file portable_io.h Inline functions for endian-independent binary IO. */
+
static inline uint64_t read_portable(unsigned bits, const char *buf)
{
uint64_t ret = 0;
static inline uint64_t read_portable(unsigned bits, const char *buf)
{
uint64_t ret = 0;