Skip to content

Commit

Permalink
delete memcmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 17, 2023
1 parent 232d51e commit 62b8b2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stdlib/mem.jou
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ declare free(ptr: void*) -> None
declare memset(dest: void*, fill_byte: int, count: long) -> void*
declare memcpy(dest: void*, source: void*, count: long) -> void*
declare memmove(dest: void*, source: void*, count: long) -> void*

# TODO: document
declare memcmp(a: void*, b: void*, count: long) -> int

0 comments on commit 62b8b2c

Please sign in to comment.