mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Use libc functions for bcmp, bcpy, bzero, LibMemset, LibMemCmp.
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifndef __GNUC__
|
||||
void bcopy(void* __src, void* __dest, int __n);
|
||||
int bcmp(void* __s1, void* __s2, int __n);
|
||||
void bzero(void* begin, int length);
|
||||
//void bcopy(void* __src, void* __dest, int __n);
|
||||
//int bcmp(void* __s1, void* __s2, int __n);
|
||||
//void bzero(void* begin, int length);
|
||||
|
||||
// s32 vsprintf(char* dst, char* fmt, va_list args);
|
||||
int sprintf(char* dst, const char* fmt, ...);
|
||||
|
||||
Reference in New Issue
Block a user