summaryrefslogtreecommitdiff
path: root/libsensors_iio/software/simple_apps/common/fopenCMake.h
blob: c5eba393deb6804e29c4ada09670e147fd7faab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 $License:
    Copyright (C) 2011 InvenSense Corporation, All Rights Reserved.
 $
 */
#ifndef FOPEN_CMAKE_H__
#define FOPEN_CMAKE_H__

#include <stdio.h>

#ifdef __cplusplus
extern "C" {
#endif

FILE *fopenCMake( const char *filename, const char *prop );

#ifdef __cplusplus
}
#endif

#endif // FOPEN_CMAKE_H__