mirror of
https://github.com/thomasxm/BOAZ_beta
synced 2026-06-06 16:54:29 +00:00
4 lines
120 B
C
4 lines
120 B
C
// required for __clang_cuda_runtime_wrapper.h tests
|
|
#pragma once
|
|
void* memcpy(void* dst, const void* src, size_t num);
|