Added InitFilePos method

git-svn-id: svn://svn.cc65.org/cc65/trunk@454 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-20 19:44:18 +00:00
parent b9970cb7da
commit 7646787a6e
5 changed files with 76 additions and 7 deletions

View File

@@ -46,7 +46,7 @@
/* Defines for magic and version */
#define LIB_MAGIC 0x7A55616E
#define LIB_VERSION 0x0004
#define LIB_VERSION 0x0008
/* Size of an library file header */
#define LIB_HDR_SIZE 12