Changeset 09f230 in git


Ignore:
Timestamp:
Jan 29, 2004, 4:58:54 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
199b5cfd4b7ad03ef1d72b233900e94dbc4ef769
Parents:
e3d50339882bc64e597ce10ff08486cf64cde69c
Message:
*hannes: strdup_


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

Legend:

Unmodified
Added
Removed
  • omalloc/omalloc.c

    re3d503 r09f230  
    55 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    66 *  Created: 11/99
    7  *  Version: $Id: omalloc.c,v 1.9 2004-01-26 10:16:51 Singular Exp $
     7 *  Version: $Id: omalloc.c,v 1.10 2004-01-29 15:58:54 Singular Exp $
    88 *******************************************************************/
    99
     
    8989#undef strdup
    9090#endif
    91 char* strdup(const char* addr)
     91char* strdup_(const char* addr)
    9292{
    9393  char* n_s;
Note: See TracChangeset for help on using the changeset viewer.