string_util.c: provide fallback strndup() implementation
This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#define MPD_OPUS_READER_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "string_util.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user