]> git.lizzy.rs Git - asprintf.git/blobdiff - asprintf.h
Add CMake config
[asprintf.git] / asprintf.h
index eef66c5bee757888332ec20a11f9490a03b1f910..29c5b9d79dd2b2e876200993d1c5dbac0efe87eb 100644 (file)
@@ -1,9 +1,9 @@
-#ifndef _DRAGONPORT_ASPINTF_H_
-#define _DRAGONPORT_ASPINTF_H_
+#ifndef _ASPINTF_H_
+#define _ASPINTF_H_
 
 #include <stdarg.h>
 
 int vasprintf(char **str, const char *fmt, va_list ap);
 int asprintf(char **str, const char *fmt, ...);
 
-#endif _DRAGONPORT_ASPINTF_H_
+#endif // _ASPINTF_H_