X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=portable_io.h;h=e296bcb2a3f141564062aaa56ff9447c92c8f398;hp=1f3922f8c25a45f77ef7ff4c6958529d75c9ecb3;hb=128e2e3112f2260e35ee48f1db415c577a058edd;hpb=f6f50d03a09d6bc423324206d274336e9905bbb4 diff --git a/portable_io.h b/portable_io.h index 1f3922f8..e296bcb2 100644 --- a/portable_io.h +++ b/portable_io.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2007-2008 Andre Noll + * + * 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;