aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/wtf-bindings.h
blob: 1721b0e1c1f893e0a43a05d50bed7c0b68e46fac (plain) (blame)
1
2
3
4
5
6
#pragma once

#include "root.h"
#include "wtf/text/ASCIIFastPath.h"

extern "C" void WTF__copyLCharsFromUCharSource(LChar* destination, const UChar* source, size_t length);