GithubHelp home page GithubHelp logo

48d31kh413k / 1337-libft-42 Goto Github PK

View Code? Open in Web Editor NEW
22.0 2.0 4.0 1.5 MB

This 42project aims to code a C library regrouping usual functions that we’ll be allowed to use in all our other 42 projects.

License: GNU General Public License v2.0

C 92.34% Makefile 7.66%
42school 42 42born2code 1337school 42projects 1337 libft

1337-libft-42's People

Contributors

48d31kh413k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

1337-libft-42's Issues

minor spelling error

in libft.h the function ft_strlcat is prototyped differently than it is in ft_strlcat.c

the only small difference being 1 letter 'e' in dst

ft_strlcat.c:
size_t ft_strlcat(char *dst, const char *src, size_t size)

libft.h:
size_t ft_strlcat(char *dest, const char *src, size_t size);

as an additional note, ft_strlcpy is prototyped correctly in the libft.h file as: size_t ft_strlcpy(char *dest, const char *src, size_t size);
it uses char *dest instead of char *dst, hence the confusion maybe?

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.