summaryrefslogtreecommitdiffstats
path: root/src/bfstd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bfstd.h')
-rw-r--r--src/bfstd.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/bfstd.h b/src/bfstd.h
index 6f2e21e..cafe28f 100644
--- a/src/bfstd.h
+++ b/src/bfstd.h
@@ -106,18 +106,6 @@ char *xgetdelim(FILE *file, char delim);
// #include <stdlib.h>
/**
- * Portable version of aligned_alloc()/posix_memalign().
- *
- * @param align
- * The allocation's alignment.
- * @param size
- * The allocation's size.
- * @return
- * The allocation, or NULL on failure.
- */
-void *xmemalign(size_t align, size_t size);
-
-/**
* Process a yes/no prompt.
*
* @return 1 for yes, 0 for no, and -1 for unknown.