Changeset 2c72eb in git for omalloc/omRet2Info.c


Ignore:
Timestamp:
Dec 12, 2000, 4:26:18 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fa2a43417cf3c1cf7a7f1837f8b4ccae9b7112e9
Parents:
185af8e39f0d1bd89bd02a81b0b156f1d7453611
Message:
* mAlloc.h --> om_Alloc.h


git-svn-id: file:///usr/local/Singular/svn/trunk@4881 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omRet2Info.c

    r185af8 r2c72eb  
    44 *  Author:  obachman (Olaf Bachmann)
    55 *  Created: 11/99
    6  *  Version: $Id: omRet2Info.c,v 1.10 2000-11-03 15:47:25 obachman Exp $
     6 *  Version: $Id: omRet2Info.c,v 1.11 2000-12-12 15:26:18 obachman Exp $
    77 *******************************************************************/
    88#include <stdio.h>
     
    4343  }
    4444}
     45
    4546
    4647int omBackTrace_2_RetInfo(void** bt, omRetInfo info, int max)
     
    7576      i++;
    7677    }
     78    fflush(stdin);
    7779    pipe = popen(command, "r");
    7880    if (pipe != NULL)
Note: See TracChangeset for help on using the changeset viewer.