source: git/findexec/omFindExec.h @ 8fee84

spielwiese
Last change on this file since 8fee84 was 8fee84, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
libfindexec separation CHG: no need in 'ifdef HAVE_CONFIG_H' in omFindExec.c (not used in any configure anymore) CHG: separation/removal of omFindExec from omalloc & xalloc ADD: use new findexec library
  • Property mode set to 100644
File size: 616 bytes
Line 
1/*******************************************************************
2 *  File:    omFindExec.h
3 *  Purpose: declaration routines for getting Backtraces of stack
4 *  Author:  obachman (Olaf Bachmann)
5 *  Created: 11/99
6 *  Version: $Id$
7 *******************************************************************/
8#ifndef OM_FIND_EXEC_H
9#define OM_FIND_EXEC_H
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15/* determines absolute pathname of program prog, writes it into exec */
16/* returns exec on succes, NULL on failure */
17char* omFindExec(const char* prog, char* exec);
18
19#ifdef __cplusplus
20}
21#endif
22
23#endif /* OM_FINDEXEC_H */
Note: See TracBrowser for help on using the repository browser.