-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpushpullchar.h
executable file
·19 lines (16 loc) · 1.06 KB
/
pushpullchar.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* pushpullchar.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: espiroux <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2013/09/05 00:13:45 by espiroux #+# #+# */
/* Updated: 2013/09/05 00:13:46 by espiroux ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef PUSHPULL_H
#define PUSHPULL_H
void ft_pull_char_first_line(int countfind, map *mp, char *find_char);
void ft_take_char_first_line(char *buf, int *count, char *find_char, int *cou);
#endif