* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef _SFHDR_H
-#define _SFHDR_H 1
#if !defined(_BLD_sfio)
#define _BLD_sfio 1
#endif
extern int fstat(int, Stat_t *);
#endif
-#endif /*_SFHDR_H*/
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef _SFIO_H
-#define _SFIO_H 1
-
/* Public header file for the sfio library
**
** Written by Kiem-Phong Vo
#define sfgetc(f) ( __sf_getc(f) )
#define sffileno(f) ( __sf_fileno(f) )
#define sfslen() ( __sf_slen() )
-#endif /* _SFIO_H */
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef _SFIO_T_H
-#define _SFIO_T_H 1
-
/* This header file is for library writers who need to know certain
** internal info concerning the full Sfio_t structure. Including this
** file means that you agree to track closely with sfio development
(f)->iosz = (size_t)0 /* iosz */ \
)
-#endif /* _SFIO_T_H */
-
#ifdef __cplusplus
}
#endif