From d6ac067afcf3814e7648a31c7cabebb2bb9297f8 Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 10 May 2011 18:39:06 +0000 Subject: [PATCH] Document the aspect ratio functions. git-svn-id: svn://svn.cc65.org/cc65/trunk@5025 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 93 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 85 insertions(+), 8 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 6529217ff..d350cd8e0 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -510,11 +510,12 @@ communication. + + + - - @@ -534,6 +535,7 @@ communication. + @@ -2050,9 +2052,9 @@ evaluated or is ignored. /, then loading and starting the program named in the first argument, passing -the command line specified as second argument. Instead of an empty string, +the command line specified as second argument. Instead of an empty string, a The function is only available as fastcall function, so it may only @@ -4182,9 +4184,9 @@ be used in presence of a prototype. #include - + extern char comlynx[]; - + static void initialize(){ struct ser_params params = { SER_BAUD_9600, @@ -4315,9 +4317,9 @@ be used in presence of a prototype. #include - + extern char comlynx[]; - + static void initialize(){ struct ser_params params = { SER_BAUD_9600, @@ -5343,6 +5345,36 @@ tgi_ellipse (50, 40, 40, 20); +tgi_getaspectratio