brintos

brintos / llvm-project-archived public Read only

0
0
Text · 120 B · 98cf77f Raw
4 lines · c
1// required for __clang_cuda_runtime_wrapper.h tests2#pragma once3void* memcpy(void* dst, const void* src, size_t num);4