* Contributors: Details at https://graphviz.org
*************************************************************************/
+#pragma once
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef AGXBUF_H
-#define AGXBUF_H
-
#include <stddef.h>
#ifdef _WIN32
*/
AGXBUF_API char *agxbdisown(agxbuf * xb);
-#endif
-
#ifdef __cplusplus
}
#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef ATT_GRAPHPVT_H
-#define ATT_GRAPHPVT_H 1
+#pragma once
+
#define _BLD_cgraph 1
#ifdef _WIN32
void aginitcb(Agraph_t * g, void *obj, Agcbstack_t * disc);
void agupdcb(Agraph_t * g, void *obj, Agsym_t * sym, Agcbstack_t * disc);
void agdelcb(Agraph_t * g, void *obj, Agcbstack_t * disc);
-
-#endif /* ATT_GRAPHPVT_H */