mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
18 lines
241 B
C
18 lines
241 B
C
/*
|
|
** EPITECH PROJECT, 2025
|
|
** __
|
|
** File description:
|
|
** _
|
|
*/
|
|
|
|
#include <unistd.h>
|
|
|
|
#include "common.h"
|
|
#include "exec.h"
|
|
|
|
int builtins_funny_double_dot(ef_t *c[[gnu::unused]],
|
|
char **args[[gnu::unused]])
|
|
{
|
|
return RETURN_SUCCESS;
|
|
}
|