/libft-asm

The libasm is a small library in ASM

Primary LanguageC

libft-asm

The libasm is a small library in ASM, with a main (in C) to test each function.

  • bzero
  • strcat
  • isalpha
  • isdigit
  • isalnum
  • isascii
  • isprint
  • toupper
  • tolower
  • puts
  • strlen
  • memset
  • memcpy
  • strdup
  • ft_cat

ft_cat is a function which will take a file descriptor (for example 0...) as argument and that will have the same behavior as the cat command. It’ll return void.