2 ?RCS: Copyright (c) 1999, Jarkko Hietaniemi
4 ?RCS: You may redistribute only under the terms of the Artistic Licence,
5 ?RCS: as specified in the README file that comes with the distribution.
6 ?RCS: You may reuse parts of this distribution only within the terms of
7 ?RCS: that same Artistic Licence; a copy of which may be found at the root
8 ?RCS: of the source tree for dist 3.0.
10 ?MAKE:sizesize: Myread Typedef sizetype Compile run i_stdlib
11 ?MAKE: -pick add $@ %<
13 ?S: This variable contains the size of a sizetype in bytes.
16 ?C: This symbol holds the size of a Size_t in bytes.
18 ?H:#define Size_t_size $sizesize /* */
24 *_t) zzz="$sizetype" ;;
27 echo "Checking the size of $zzz..." >&4
29 #include <sys/types.h>
36 printf("%d\n", (int)sizeof($sizetype));
41 if eval $compile_ok; then
45 echo "(I can't execute the test program--guessing $sizesize.)" >&4
48 echo "Your $zzz size is $sizesize bytes."
53 echo "(I can't compile the test program--guessing $sizesize.)" >&4