Move bpf-sdk to sdk/bpf

This commit is contained in:
Michael Vines
2018-12-01 09:59:08 -08:00
committed by Grimes
parent 42dc18ddfc
commit 7c3e6e8e86
19 changed files with 7 additions and 5 deletions

7
sdk/bpf/inc/string.h Normal file
View File

@ -0,0 +1,7 @@
#pragma once
#include <solana_sdk.h>
#define memcpy sol_memcpy
#define memset sol_memset
#define strlen sol_strlen