magnitopic / libft

My own C library. A collection of functions that will be a useful tool during the cursus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIBFT

Function name Prototype Description
ft_substr char *ft_substr(char const *s, unsigned int start, size_t len); Allocates (with malloc(3)) and returns a substring from the string s. The substring begins at index start and is of maximum size len.

About

My own C library. A collection of functions that will be a useful tool during the cursus


Languages

Language:C 96.9%Language:Makefile 3.1%