This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
/\=/ does not require \ even in older awk
[metaconfig.git] / U / typedefs / fpostype.U
CommitLineData
959f3c4c
JH
1?RCS: $Id: fpostype.U,v 3.0.1.2 1994/08/29 16:20:52 ram Exp $
2?RCS:
3?RCS: Copyright (c) 1991-1993, Raphael Manfredi
65a32477
MBT
4?RCS:
5?RCS: You may redistribute only under the terms of the Artistic License,
959f3c4c
JH
6?RCS: as specified in the README file that comes with the distribution.
7?RCS: You may reuse parts of this distribution only within the terms of
65a32477 8?RCS: that same Artistic License; a copy of which may be found at the root
959f3c4c
JH
9?RCS: of the source tree for dist 3.0.
10?RCS:
11?RCS: $Log: fpostype.U,v $
12?RCS: Revision 3.0.1.2 1994/08/29 16:20:52 ram
13?RCS: patch32: now uses new Typedef unit to compute type information
14?RCS:
15?RCS: Revision 3.0.1.1 1994/06/20 06:59:59 ram
16?RCS: patch30: created
17?RCS:
18?MAKE:fpostype: Myread Typedef
19?MAKE: -pick add $@ %<
20?S:fpostype:
65a32477 21?S: This variable defines Fpos_t to be something like fpos_t, long,
959f3c4c
JH
22?S: uint, or whatever type is used to declare file positions in libc.
23?S:.
24?C:Fpos_t:
25?C: This symbol holds the type used to declare file positions in libc.
26?C: It can be fpos_t, long, uint, etc... It may be necessary to include
27?C: <sys/types.h> to get any typedef'ed information.
28?C:.
29?H:#define Fpos_t $fpostype /* File position type */
30?H:.
31?LINT:set fpostype
32: see what type file positions are declared as in the library
33rp="What is the type for file position used by fsetpos()?"
34set fpos_t fpostype long stdio.h sys/types.h
35eval $typedef_ask
36