# endif
#endif /*_BEGIN_EXTERNS_*/
-/* __INLINE__ is the inline keyword */
-#if !defined(__INLINE__) && defined(__cplusplus)
-#define __INLINE__ inline
-#endif
-#if !defined(__INLINE__) && defined(_WIN32) && !defined(__GNUC__)
-#define __INLINE__ __inline
-#endif
-
/* dynamic linked library external scope handling */
#undef extern
#if defined(_dll_import) && !defined(__EXPORT__) && _DLL_BLD
#endif
#endif /*_BEGIN_EXTERNS_*/
- /* __INLINE__ is the inline keyword */
- #if !defined(__INLINE__) && defined(__cplusplus)
- #define __INLINE__ inline
- #endif
- #if !defined(__INLINE__) && defined(_WIN32) && !defined(__GNUC__)
- #define __INLINE__ __inline
- #endif
-
/* dynamic linked library external scope handling */
#undef extern
#if _dll_import && !defined(__EXPORT__) && _DLL_BLD
#endif
#endif /*_BEGIN_EXTERNS_*/
- /* __INLINE__ is the inline keyword */
- #if !defined(__INLINE__) && defined(__cplusplus)
- #define __INLINE__ inline
- #endif
- #if !defined(__INLINE__) && defined(_WIN32) && !defined(__GNUC__)
- #define __INLINE__ __inline
- #endif
-
/* dynamic linked library external scope handling */
#undef extern
#if _dll_import && !defined(__EXPORT__) && _DLL_BLD
#define __sf_stacked(f) ((f) ? (_SF_(f)->push != (Sfio_t*)0) : 0)
#define __sf_value(f) ((f) ? (_SF_(f)->val) : 0)
#define __sf_slen() (_Sfi)
-#if defined(__INLINE__) && !defined(_BLD_sfio)
- __INLINE__ int sfputd(Sfio_t * f, Sfdouble_t v) {
- return __sf_putd(f, v);
- } __INLINE__ int sfputl(Sfio_t * f, Sflong_t v) {
- return __sf_putl(f, v);
- }
- __INLINE__ int sfputu(Sfio_t * f, Sfulong_t v) {
- return __sf_putu(f, v);
- }
- __INLINE__ int sfputm(Sfio_t * f, Sfulong_t v, Sfulong_t m) {
- return __sf_putu(f, v);
- }
-
- __INLINE__ int sfputc(Sfio_t * f, int c) {
- return __sf_putc(f, c);
- }
- __INLINE__ int sfgetc(Sfio_t * f) {
- return __sf_getc(f);
- }
-
- __INLINE__ int sfdlen(Sfdouble_t v) {
- return __sf_dlen(v);
- }
- __INLINE__ int sfllen(Sflong_t v) {
- return __sf_llen(v);
- }
- __INLINE__ int sfulen(Sfulong_t v) {
- return __sf_ulen(v);
- }
-
- __INLINE__ int sffileno(Sfio_t * f) {
- return __sf_fileno(f);
- }
- __INLINE__ int sfeof(Sfio_t * f) {
- return __sf_eof(f);
- }
- __INLINE__ int sferror(Sfio_t * f) {
- return __sf_error(f);
- }
- __INLINE__ int sfclrerr(Sfio_t * f) {
- return __sf_clrerr(f);
- }
- __INLINE__ int sfstacked(Sfio_t * f) {
- return __sf_stacked(f);
- }
- __INLINE__ ssize_t sfvalue(Sfio_t * f) {
- return __sf_value(f);
- }
-#else
+
#define sfputd(f,v) ( __sf_putd((f),(v)) )
#define sfputl(f,v) ( __sf_putl((f),(v)) )
#define sfputu(f,v) ( __sf_putu((f),(v)) )
#define sfstacked(f) ( __sf_stacked(f) )
#define sfvalue(f) ( __sf_value(f) )
#define sfslen() ( __sf_slen() )
-#endif /*__INLINE__*/
#endif /* _SFIO_H */
#ifdef __cplusplus
}
#endif
#endif /*_BEGIN_EXTERNS_*/
- /* __INLINE__ is the inline keyword */
- #if !defined(__INLINE__) && defined(__cplusplus)
- #define __INLINE__ inline
- #endif
- #if !defined(__INLINE__) && defined(_WIN32) && !defined(__GNUC__)
- #define __INLINE__ __inline
- #endif
-
/* dynamic linked library external scope handling */
#undef extern
#if _dll_import && !defined(__EXPORT__) && _DLL_BLD
#endif
#endif /*_BEGIN_EXTERNS_*/
-/* __INLINE__ is the inline keyword */
-#if !defined(__INLINE__) && defined(__cplusplus)
-#define __INLINE__ inline
-#endif
-#if !defined(__INLINE__) && defined(_WIN32) && !defined(__GNUC__)
-#define __INLINE__ __inline
-#endif
-
/* dynamic linked library external scope handling */
#undef extern
#if defined(_dll_import) && !defined(__EXPORT__) && defined(_DLL_BLD)