source: git/omalloc/omFindExec.h @ 341696

spielwiese
Last change on this file since 341696 was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 547 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/* 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.