Re: [cc65] Home in CBM?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-10-18 22:48:38
On Sun, Oct 18, 2009 at 04:40:16PM -0400, Maspethrose7@aol.com wrote:
> How do I embed that into a printf() or gets() function or a character array
>  just before text?  Or in the middle of text?

        static const char Home[2] = { 0x19, 0x00 };
        printf ("%sHello world!", Home);

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Oct 18 22:51:39 2009

This archive was generated by hypermail 2.1.8 : 2009-10-18 22:51:41 CEST