Skip to content

Pixailz/ft_libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft

CI

TODO

  1. improve ft_printf
    1. finish flags and padding for all types
  2. error
    1. implement errno
  3. doc
    1. update usage / help

Implemented RFC

  1. Internet Protocol (RFC791)
    • t_iphdr
  2. Internet Control Message Protocol (RFC792)
    • t_icmphdr_echo
    • t_icmphdr_time_exceed
  3. User Datagram Protocol (RFC768)
    • t_udphdr
  4. Domain Names (RFC1035)
    • t_dnshdr
  5. ELF binary format (https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html)
    • t_elfbin
    • t_e_hdr
    • t_h_hdr
    • t_sym

Usage

make clean
make fclean
make re
make help
make <part>
make <part1|part2 ... partN>

do make help to have a short summary of all part

  • available part are:
    • integer
    • string
    • memory
    • check
    • list
    • print
    • input
    • random
    • linux
    • parsing
    • network
      • ipv4
      • packet
    • sort
    • binary
      • elf

About

Modulable library, crafted alongside my cursus at 42

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •