]> git.sur5r.net Git - cc65/blobdiff - src/sp65/output.h
Changed the type of a compiler variable that holds either integers or pointers.
[cc65] / src / sp65 / output.h
index 9956c31aae80112b509eb24cd92996a7fb86d530..ff9a59b8a464899225578f96796c01ccc6f20c9c 100644 (file)
 
 void WriteOutputFile (const StrBuf* Data, const Collection* A, const Bitmap* B);
 /* Write the contents of Data to a file. Format, file name etc. must be given
- * as attributes in A. If no format is given, the function tries to autodetect
- * it by using the extension of the file name. The bitmap passed to the
- * function is the bitmap used as source of the conversion. It may be used to
- * determine the bitmap properties for documentation purposes.
- */
+** as attributes in A. If no format is given, the function tries to autodetect
+** it by using the extension of the file name. The bitmap passed to the
+** function is the bitmap used as source of the conversion. It may be used to
+** determine the bitmap properties for documentation purposes.
+*/