Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

move it to libc #2

Open
todo bot opened this issue Sep 25, 2021 · 0 comments
Open

move it to libc #2

todo bot opened this issue Sep 25, 2021 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Sep 25, 2021

// HACK: declare memcmp here, TODO: move it to libc
static int memcmp(const void *s1, const void *s2, UINTN n)
{
const unsigned char *c1 = s1, *c2 = s2;
int d = 0;


This issue was generated by todo based on a TODO comment in 7f46bd0. It's been assigned to @luka177 because they committed the code.
@todo todo bot added the todo 🗒️ label Sep 25, 2021
@todo todo bot assigned luka177 Sep 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant