blob: 964183a4e0394ebb3317f62396343262c9765d66 (
plain) (
tree)
|
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
int
libskrift_open_font_adopt_mmap(LIBSKRIFT_FONT **fontp, void *mem, size_t size)
{
return libskrift_open_font___(fontp, NULL, NULL, mem, size);
}
|