Skip to content

Modulable library, crafted alongside my cursus at 42

License

Notifications You must be signed in to change notification settings

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

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