https://github.com/magalhaesm/libft
My implementation of some of the Standard C Library functions.
https://github.com/magalhaesm/libft
42 libft tester
Last synced: about 1 year ago
JSON representation
My implementation of some of the Standard C Library functions.
- Host: GitHub
- URL: https://github.com/magalhaesm/libft
- Owner: magalhaesm
- License: gpl-3.0
- Created: 2022-05-31T13:55:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T20:48:25.000Z (almost 4 years ago)
- Last Synced: 2025-04-13T11:15:20.104Z (about 1 year ago)
- Topics: 42, libft, tester
- Language: C
- Homepage:
- Size: 116 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libft
Minha implementação de algumas das funções da Biblioteca Padrão do C.
> WIP
Estão são alguns dos meus testes. Para testá-los, basta clonar o repositório e executar `make`.



### Script pre-commit
Este script rejeita commits de arquivos com nome `ft_*.c`, `ft_*.h` e `libft.h` enquanto estiverem fora da norma.

#### Instalação:
```sh
cp scripts/pre-commit .git/hooks/
chmod +x .git/hooks/pre-commit
```
Para uma [descrição](https://github.com/magalhaesm/libft/blob/main/scripts/README.md) mais completa.