mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-15 15:07:16 +00:00
add a segment statement
This commit is contained in:
parent
82170164bc
commit
a5c0ecf161
@ -2,11 +2,15 @@
|
|||||||
* Floating point conversion routines.
|
* Floating point conversion routines.
|
||||||
* Devin Reade, 1997.
|
* Devin Reade, 1997.
|
||||||
*
|
*
|
||||||
* $Id: cvt.c,v 1.1 1997/09/05 06:31:59 gdr Exp $
|
* $Id: cvt.c,v 1.2 1997/09/21 06:20:37 gdr Exp $
|
||||||
*
|
*
|
||||||
* This file is formatted with tab stops every 8 columns.
|
* This file is formatted with tab stops every 8 columns.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef __ORCAC__
|
||||||
|
segment "libc_stdlb";
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sane.h>
|
#include <sane.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user