Skip to content

Paul-Marie/minilibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly

it's a repository containing my Epitech asm project, the minilibc.
For the curious, I had grade A with different kind of bonuses, like a part of the lib in 32bits or ARM.
See below for more details.

Summary

Function Name Passed
strlen 100%
strchr 100%
rindex 100%
strstr 100%
strpbrk 100%
strcspn 100%
strcmp 100%
strncmp 100%
strcasecmp 100%
memset 100%
memcpy 100%
memmove 100%

Important!

If you are seeing this repository, please just star it! it will not take much time! :)