source: git/omalloc/omFindExec.h @ 39497b

spielwiese
Last change on this file since 39497b was e70e45, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* re-added files git-svn-id: file:///usr/local/Singular/svn/trunk@4521 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 601 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: omFindExec.h,v 1.4 2000-08-14 12:26:44 obachman Exp $
7 *******************************************************************/
8#ifndef OM_FIND_EXEC_H
9#define OM_FIND_EXEC_H
10
11/* determines absolute pathname of program prog, writes it into exec */
12/* returns exec on succes, NULL on failure */
13char* omFindExec(const char* prog, char* exec);
14
15#endif /* OM_FINDEXEC_H */
Note: See TracBrowser for help on using the repository browser.