21 lines
630 B
C
21 lines
630 B
C
static char sccsid[] = "@(#)93 1.2 src/bos/usr/ccs/lib/libc/doprnt128.c, libcprnt, bos411, 9428A410j 10/3/93 12:55:21";
|
|
/*
|
|
* COMPONENT_NAME: LIBCCNV
|
|
*
|
|
* FUNCTIONS: _doprnt128
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* IBM CONFIDENTIAL -- (IBM Confidential Restricted when
|
|
* combined with the aggregated modules for this product)
|
|
* SOURCE MATERIALS
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1993
|
|
* All Rights Reserved
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
#define LD_128
|
|
#include "doprnt.c"
|