No description
  • C 67.3%
  • Makefile 14.8%
  • Assembly 14.4%
  • Shell 3.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-01-15 10:57:25 +01:00
linux_version Initial commit 2026-01-15 10:57:25 +01:00
mac_version Initial commit 2026-01-15 10:57:25 +01:00
tester Initial commit 2026-01-15 10:57:25 +01:00
LibASM.png Initial commit 2026-01-15 10:57:25 +01:00
Makefile Initial commit 2026-01-15 10:57:25 +01:00
README.md Initial commit 2026-01-15 10:57:25 +01:00

LibASM

A small asm library of usefull functions

- Little preview

LibASM

Installation :

make

Usage :

- you need to add those prototypes

size_t ft_read(int fd, const void *buf, size_t nbyte);

int ft_strcmp(const char *str1, const char *str2);

char *ft_strcpy(char *dst, const char *src);

char *ft_strdup(const char *src);

size_t ft_strlen(const char *s);

size_t ft_write(int fd, const void *buf, size_t nbyte);

  • 🌱 Made at 42

lejulien's 42 stats