source: git/findexec/omFindExec.h @ e5c9e5

spielwiese
Last change on this file since e5c9e5 was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 598 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 *******************************************************************/
7#ifndef OM_FIND_EXEC_H
8#define OM_FIND_EXEC_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14/* determines absolute pathname of program prog, writes it into exec */
15/* returns exec on succes, NULL on failure */
16char* omFindExec(const char* prog, char* exec);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* OM_FINDEXEC_H */
Note: See TracBrowser for help on using the repository browser.