home *** CD-ROM | disk | FTP | other *** search
- /***
- * extor.h
- *
- * Clipper Summer87
- * Prototypes for "Extor system" definitions.
- *
- * Copyright (c) 1988 Nantucket Corp. All rights reserved.
- *
- * CAUTION -- Version dependent information.
- */
-
- extern int cdecl _stornd(double, int, ...);
- extern int cdecl _storndec(double, int, int, ...);
- extern int cdecl _stornl(long, int, ...);
- extern int cdecl _storni(int, int, ...);
- extern int cdecl _storl(int, int, ...);
- extern int cdecl _storc(char *, int, ...);
- extern int cdecl _storclen(char *, int, unsigned, ...);
- extern int cdecl _stords(char *, int, ...);
-