Hi!

20-Ноя-2005 16:39 [EMAIL PROTECTED] (Kenneth Davis) wrote to
[EMAIL PROTECTED]:

> +++ prf.c     20 Nov 2005 16:39:14 -0000      1.31.2.4
> @@ -123,17 +123,17 @@
> +STATIC void do_printf(const char FAR *, va_list);
> +VOID VA_CDECL printf(const char FAR * fmt, ...);
------------------------^^^^^^^^^^
[...]
> -VOID VA_CDECL printf(const char *fmt, ...)
> +VOID VA_CDECL printf(CONST BYTE FAR *fmt, ...)
------------------------^^^^^^^^^^ Why?

> -VOID VA_CDECL sprintf(char * buff, const char * fmt, ...)
> +VOID VA_CDECL sprintf(char FAR * buff, CONST BYTE FAR * fmt, ...)
> -STATIC void do_printf(CONST BYTE * fmt, va_list arg)
> +STATIC void do_printf(CONST BYTE FAR * fmt, va_list arg)

> +++ init-mod.h        20 Nov 2005 16:39:14 -0000      1.56.2.5
> +VOID VA_CDECL init_sprintf(char FAR * buff, const char FAR * fmt, ...);
> +++ proto.h   20 Nov 2005 16:39:14 -0000      1.75.2.8
> +VOID VA_CDECL printf(const char FAR* fmt, ...);
> +VOID VA_CDECL sprintf(char FAR * buff, const char FAR* fmt, ...);





-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Freedos-kernel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to