0xChqrles / libft-asm

The libasm is a small library in ASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The libasm is a small library in ASM


Languages

Language:C 79.0%Language:Assembly 15.4%Language:Makefile 5.6%