| 1 |
|
|---|
| 2 | /*
|
|---|
| 3 | * Copyright © 2001 Novell, Inc. All Rights Reserved.
|
|---|
| 4 | *
|
|---|
| 5 | * You may distribute under the terms of either the GNU General Public
|
|---|
| 6 | * License or the Artistic License, as specified in the README file.
|
|---|
| 7 | *
|
|---|
| 8 | */
|
|---|
| 9 |
|
|---|
| 10 | /*
|
|---|
| 11 | * FILENAME : CLIBsdio.h
|
|---|
| 12 | * DESCRIPTION : Forces the use of clib stdio.h calls over static watcom calls
|
|---|
| 13 | * for C/C++ applications that statically link watcom libraries.
|
|---|
| 14 | *
|
|---|
| 15 | * This file must be included each time that stdio.h is included.
|
|---|
| 16 | * In the case of the Perl project, just include stdio.h and
|
|---|
| 17 | * the make should take care of the rest.
|
|---|
| 18 | * Author : HYAK
|
|---|
| 19 | * Date : January 2001.
|
|---|
| 20 | *
|
|---|
| 21 | */
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
|
|---|