Compare commits
1 Commits
master
...
expose-bcm
Author | SHA1 | Date | |
---|---|---|---|
246b8d383b |
@ -230,6 +230,12 @@ pub fn resolve(required: &[u8]) -> Option<u32> {
|
||||
api!(__aeabi_memclr),
|
||||
|
||||
// libc
|
||||
api!(
|
||||
bcmp,
|
||||
extern "C" {
|
||||
fn bcmp(s1: *const u8, s2: *const u8, n: usize) -> i32;
|
||||
}
|
||||
),
|
||||
api!(
|
||||
memcpy,
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user