summaryrefslogtreecommitdiffstats
path: root/src/p_args_len.h
blob: e27c28f036a1dac6f8a150e631da6ff5e1966e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   p_args_len.h                                       :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
/*   By: rbousset <marvin@42.fr>                    +#+  +:+       +#+        */
/*                                                +#+#+#+#+#+   +#+           */
/*   Created: 2020/02/14 17:19:27 by rbousset          #+#    #+#             */
/*   Updated: 2020/02/14 17:19:29 by rbousset         ###   ########lyon.fr   */
/*                                                                            */
/* ************************************************************************** */

#ifndef P_ARGS_LEN_H
# define P_ARGS_LEN_H

# include <stddef.h>

size_t	p_arg_len(const char word[], const size_t start);

#endif