bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where can i get wchar functions (fputws,fgetws,wprintf,fputwc...)


From: Andreas Jaeger
Subject: Re: Where can i get wchar functions (fputws,fgetws,wprintf,fputwc...)
Date: 21 Feb 2001 12:57:05 +0100
User-agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Channel Islands)

"dinesh B S" <address@hidden> writes:

> Dear Sir,
>    I am trying to provide a unicode  compatible xml converter to RTF, i am 
> not able to use some functions from wchar.h, like(wprintf,fputws,..). i found 
> that GNU libc doesn't provide these functions in wchar.h , even though it is 
> mentioned in X man Pages.
> 
Update to glibc 2.2.2:
$ grep -2 " wprintf" /usr/include/wchar.h 
     __THROW /* __attribute__ ((__format__ (__wprintf__, 2, 3))) */;
/* Write formatted output to stdout.  */
extern int wprintf (__const wchar_t *__restrict __format, ...)
     __THROW /* __attribute__ ((__format__ (__wprintf__, 1, 2))) */;
/* Write formatted output of at most N characters to S.  */



Andreas
-- 
 Andreas Jaeger
  SuSE Labs address@hidden
   private address@hidden
    http://www.suse.de/~aj



reply via email to

[Prev in Thread] Current Thread [Next in Thread]