Macros by Category Revision History
Search:

vl_decl_wchar_max

SYNOPSIS

VL_DECL_WCHAR_MAX

DESCRIPTION

Checks whether the system headers define WCHAR_MAX or not. If it is already defined, does nothing. Otherwise checks the size and signedness of `wchar_t', and defines WCHAR_MAX to the maximum value that can be stored in a variable of type `wchar_t'.

SOURCE CODE

http://autoconf-archive.cryp.to/vl_decl_wchar_max.m4

LICENSE

Copyright © 2008 Ville Laurikari <vl@iki.fi>

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.