refactor(read): adding a whitespace between segment and extern
This commit is contained in:
parent
b2c1ad07c9
commit
0bfedb14e0
2 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/12/12 14:02:08 by rparodi #+# #+# */
|
/* Created: 2025/12/12 14:02:08 by rparodi #+# #+# */
|
||||||
/* Updated: 2025/12/13 13:18:50 by rparodi ### ########.fr */
|
/* Updated: 2025/12/28 19:42:43 by rparodi ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
char *ft_strdup(char *s);
|
||||||
char *ft_strcpy(char *dest, const char *src);
|
char *ft_strcpy(char *dest, const char *src);
|
||||||
int ft_strcmp(const char *s1, const char *s2);
|
int ft_strcmp(const char *s1, const char *s2);
|
||||||
size_t ft_strlen(char *s);
|
size_t ft_strlen(char *s);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
segment .note.GNU-stack
|
segment .note.GNU-stack
|
||||||
|
|
||||||
extern __errno_location
|
extern __errno_location
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue