GithubHelp home page GithubHelp logo

6im0n / minilibc Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 55 KB

A part of the LibC in ASM, 2nd year epitech project

C 64.73% Makefile 3.73% Assembly 31.55%
asembler asembly asm asmx86 epitech epitech-project

minilibc's Introduction

Hello there, I'm Simon 👋

I'm a French student in computer science.

  • 🌱 I'm currently learning c++
  • 💬 Ask me about anything here

🛠 Languages and tools :

Python C Vue.js PHP HTML5 Apache Git

Debian Fedora Arch Visual Studio Code Emacs GitHub Trello

Note: The badges on my profile are not placed in a specific order, which means that my level in one tool or another is not related to the order in which I placed the badges.

📊 Stats :

6im0n

6im0n

wakatime

Note: Most used languages doesn't indicate my skill level or anything, it's a github measure of which languages I have the most code on github, it's a feature of github-readme-stats

6im0n

minilibc's People

Contributors

6im0n avatar

Watchers

 avatar

minilibc's Issues

Bonus

additional interesting functions: ffs, syscall, strfry, index, rindex, strtok, memfrob. . . ;

strcspn

La fonction strspn() calcule la longueur (en octet) du segment initial de s qui ne contient que des octets présents dans accept.

memmove

La fonction memmove() copie n octets depuis la zone mémoire src vers la zone mémoire dest. Les deux zones peuvent se chevaucher : la copie se passe comme si les octets de src étaient d'abord copiés dans une zone temporaire qui ne chevauche ni src ni dest, et les octets sont ensuite copiés de la zone temporaire vers dest.

memcpy

La fonction memcpy() copie n octets depuis la zone mémoire src vers la zone mémoire dest. Les deux zones ne doivent pas se chevaucher. Si c'est le cas, utilisez plutôt memmove(3).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.