RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
rtl-find-file.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT (c) 2012-2013 Chris Johns <chrisj@rtems.org>
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
16#if !defined (_RTEMS_RTL_FIND_FILE_H_)
17#define _RTEMS_RTL_FIND_FILE_H_
18
19#include <rtems.h>
20#include <rtems/chain.h>
21
22#ifdef __cplusplus
23extern "C" {
24#endif /* __cplusplus */
25
36bool rtems_rtl_find_file (const char* name,
37 const char* paths,
38 const char** file_name,
39 size_t* size);
40
41#ifdef __cplusplus
42}
43#endif /* __cplusplus */
44
45#endif
Chain API.
bool rtems_rtl_find_file(const char *name, const char *paths, const char **file_name, size_t *size)
Definition: rtl-find-file.c:41
unsigned size
Definition: tte.h:1