42/group_BSQ/includes/bsq.h

19 lines
951 B
C
Raw Normal View History

2016-11-20 02:20:23 +02:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* bsq.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: ykolomie <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/11/16 19:17:51 by ykolomie #+# #+# */
/* Updated: 2016/11/16 19:18:37 by ykolomie ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef BSQ_H
# define BSQ_H
void bsq(char *buf);
#endif