libft:用C语言编写的有用函数的集合可用于42个硅谷的各种项目 源码
Libft 待办事项:添加get_next_line.c。 但是,为了做到这一点,我需要从旧课程中重新引入链表结构。 目录 字符串操作 int ft_atoi(const char *str) 将字符串str的初始部分转换为int 。 它将从字符串的开头和结尾修剪空格。 此外,它将在第一个非数字字符处停止(例如, " \t\n123ab456 \b" would return 123 ) 参数: str :要转换的字符串 返回值: void ft_bzero(void *str, size_t n) 将n零字节(即\0 )写入字符串str 。 参数: str :要写入的字符串
文件列表
libft-master.zip
(预估有个78文件)
libft-master
ft_lstsize.c
1KB
author
9B
ft_matdestroy.c
1KB
ft_memchr.c
1KB
ft_lstins_after.c
1KB
ft_matmult.c
2KB
ft_tolower.c
1KB
ft_isalpha.c
1KB
ft_strlcat.c
1KB
暂无评论