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

move it to libcΒ #2

@todo

Description

@todo

// 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions