summaryrefslogtreecommitdiffstats
path: root/libalx/inc/alx_file.h
blob: 951d98ccae80a6b2de659a8b19ad285ca3aa9362 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/******************************************************************************
 *	Copyright (C) 2017	Alejandro Colomar Andrés		      *
 ******************************************************************************/


/******************************************************************************
 ******* include guard ********************************************************
 ******************************************************************************/
# ifndef		ALX_FILE_H
	# define	ALX_FILE_H


/******************************************************************************
 ******* functions ************************************************************
 ******************************************************************************/
void	alx_prn_file	(const char *filepath);


/******************************************************************************
 ******* include guard ********************************************************
 ******************************************************************************/
# endif			/* alx_file.h */


/******************************************************************************
 ******* end of file **********************************************************
 ******************************************************************************/