home · contact · privacy
More code re-styling and documentation.
[plomrogue] / src / readwrite.h
index a4b0973ea2d68e95d70c35a8e9888356d58661e4..84085d27d5e0ac50062d6fc2e4ac3f173bb61235 100644 (file)
@@ -1,3 +1,9 @@
+/*  readwrite.h:
+ *
+ *  Routines for reading/writing multibyte data from/to files. They ensure a
+ *  defined endianness.
+ */
+
 #ifndef READWRITE_H
 #define READWRITE_H