mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-21 12:29:42 +00:00
add a segment statement
This commit is contained in:
parent
82170164bc
commit
a5c0ecf161
@ -2,11 +2,15 @@
|
||||
* Floating point conversion routines.
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#ifdef __ORCAC__
|
||||
segment "libc_stdlb";
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sane.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user