Re: Porting problems
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 16, 1999
- 574 views
On Mon, 16 Aug 1999 20:09:55 -0400, Matt Z. Nunyabidness
>
>P.S. What do the Ex, A, and W extensions to C routine names mean?
The Ex stands for EXTRA parameters ( there is another function that has
less parameters with the same name ).
The A stands for ANSI ( or ASCII ) the strings used in this function are
standard ascii strings.
The W stands for WIDE the strings in this function use the unicode type
characters.
Bernie

