diff options
author | David Robillard <d@drobilla.net> | 2020-11-13 10:52:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 1a95f759fe3d642e8520e41e691e63f22a2f3b99 (patch) | |
tree | a4a0543b251cf0b0523bfcf2da06c9d92a066d74 /src/system.h | |
parent | a14effc37415540b7b8a1dc6238b350566f273e1 (diff) | |
download | serd-1a95f759fe3d642e8520e41e691e63f22a2f3b99.tar.gz serd-1a95f759fe3d642e8520e41e691e63f22a2f3b99.tar.bz2 serd-1a95f759fe3d642e8520e41e691e63f22a2f3b99.zip |
Move fopen wrapper to world
Diffstat (limited to 'src/system.h')
-rw-r--r-- | src/system.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h index 315ea681..d8737dae 100644 --- a/src/system.h +++ b/src/system.h @@ -9,10 +9,6 @@ #include <stdint.h> #include <stdio.h> -/// Open a file configured for fast sequential reading -FILE* -serd_fopen(const char* path, const char* mode); - /// Allocate a buffer aligned to `alignment` bytes SERD_MALLOC_FUNC void* serd_malloc_aligned(size_t alignment, size_t size); |