Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / programs / dtksh / ksh93 / src / lib / libast / sfio / _sfhdr.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: _sfhdr.h /main/3 1995/11/01 18:25:30 rswiston $ */
24 /***************************************************************
25 *                                                              *
26 *                      AT&T - PROPRIETARY                      *
27 *                                                              *
28 *         THIS IS PROPRIETARY SOURCE CODE LICENSED BY          *
29 *                          AT&T CORP.                          *
30 *                                                              *
31 *                Copyright (c) 1995 AT&T Corp.                 *
32 *                     All Rights Reserved                      *
33 *                                                              *
34 *           This software is licensed by AT&T Corp.            *
35 *       under the terms and conditions of the license in       *
36 *       http://www.research.att.com/orgs/ssr/book/reuse        *
37 *                                                              *
38 *               This software was created by the               *
39 *           Software Engineering Research Department           *
40 *                    AT&T Bell Laboratories                    *
41 *                                                              *
42 *               For further information contact                *
43 *                     gsf@research.att.com                     *
44 *                                                              *
45 ***************************************************************/
46 #include        "sfhdr.h"
47
48 /*      This header file defines analogues for all public macro functions.
49         The analogues are used for building function analogues.
50 */
51
52 #define _SFPUTC(f,c)    sfputc(f,c)
53 #define _SFGETC(f)      sfgetc(f)
54 #define _SFSLEN()       sfslen()
55 #define _SFFILENO(f)    sffileno(f)
56 #define _SFEOF(f)       sfeof(f)
57 #define _SFERROR(f)     sferror(f)
58 #define _SFCLRERR(f)    sfclrerr(f)
59 #define _SFSTACKED(f)   sfstacked(f)
60 #define _SFULEN(v)      sfulen(v)
61 #define _SFGETU(f)      sfgetu(f)
62 #define _SFGETL(f)      sfgetl(f)
63 #define _SFPUTU(f,v)    sfputu(f,v)
64 #define _SFPUTL(f,v)    sfputl(f,v)
65 #define _SFPUTD(f,v)    sfputd(f,v)
66 #define _SFECVT(v,n,d,s) sfecvt(v,n,d,s)
67 #define _SFFCVT(v,n,d,s) sffcvt(v,n,d,s)
68
69 #undef  sfputc
70 #undef  sfgetc
71 #undef  sfslen
72 #undef  sffileno
73 #undef  sfeof
74 #undef  sferror
75 #undef  sfclrerr
76 #undef  sfstacked
77 #undef  sfulen
78 #undef  sfgetu
79 #undef  sfgetl
80 #undef  sfputu
81 #undef  sfputl
82 #undef  sfputd
83 #undef  sfecvt
84 #undef  sffcvt