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

@@ -6,10 +6,10 @@
/* */
/* */
/* */
/* (C) 1998 Ullrich von Bassewitz */
/* Wacholderweg 14 */
/* D-70597 Stuttgart */
/* EMail: uz@musoftware.de */
/* (C) 1998-2000 Ullrich von Bassewitz */
/* Wacholderweg 14 */
/* D-70597 Stuttgart */
/* EMail: uz@musoftware.de */
/* */
/* */
/* This software is provided 'as-is', without any expressed or implied */
@@ -54,6 +54,17 @@ struct FilePos_ {
/*****************************************************************************/
/* Code */
/*****************************************************************************/
void InitFilePos (FilePos* P);
/* Initialize the file position (set all fields to zero) */
/* End of filepos.h */
#endif