-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathincludes.h
More file actions
26 lines (21 loc) · 1.02 KB
/
Copy pathincludes.h
File metadata and controls
26 lines (21 loc) · 1.02 KB
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
/* ***************************************************************/
/* Light Library for Image ProcesS */
/* File : includes.h */
/* Description : */
/* Global include file for LLIPS exemple */
/* */
/* Author : MPE */
/* */
/* ***************************************************************/
/* ***************************************************************/
/* * Includes */
/* ***************************************************************/
/* Standard include */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
/* LLIPS include */
#include "llips/llips_includes.h"
/* exemple configuration */
#include "app_cfg.h"