mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
Make bash-2.05b build with minimal changes.
This is really neat. :^)
This commit is contained in:
parent
2cf477a151
commit
9d05f6b7a7
35 changed files with 326 additions and 176 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
extern "C" {
|
||||
|
||||
void memcpy(void*, const void*, DWORD);
|
||||
void memcpy(void*, const void*, dword);
|
||||
void strcpy(char*, const char*);
|
||||
int strcmp(char const*, const char*);
|
||||
DWORD strlen(const char*);
|
||||
void *memset(void*, BYTE, DWORD);
|
||||
dword strlen(const char*);
|
||||
void *memset(void*, byte, dword);
|
||||
char *strdup(const char*);
|
||||
int memcmp(const void*, const void*, size_t);
|
||||
char* strrchr(const char* str, int ch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue