diff options
Diffstat (limited to 'ft_strcmp.s')
| -rw-r--r-- | ft_strcmp.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_strcmp.s b/ft_strcmp.s index 7704aa5..03e8d9e 100644 --- a/ft_strcmp.s +++ b/ft_strcmp.s @@ -10,10 +10,10 @@ ; ; ; **************************************************************************** ; -global _ft_strcmp +global ft_strcmp ; int ft_strcmp(const char *s1, const char *s2); -_ft_strcmp: +ft_strcmp: push r12 push r13 push rcx |
