Changeset 89e918 in git
- Timestamp:
- Jan 26, 2004, 11:16:51 AM (19 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- ffc9751f5066668d767533fd6bd2e10643e6fb55
- Parents:
- a42c3c35e15a9cceeee46a704d88cbb97fd673d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omalloc.c
ra42c3c r89e918 5 5 * Author: obachman@mathematik.uni-kl.de (Olaf Bachmann) 6 6 * Created: 11/99 7 * Version: $Id: omalloc.c,v 1. 8 2002-02-20 15:30:16Singular Exp $7 * Version: $Id: omalloc.c,v 1.9 2004-01-26 10:16:51 Singular Exp $ 8 8 *******************************************************************/ 9 9 … … 89 89 #undef strdup 90 90 #endif 91 char* strdup _(const char* addr)91 char* strdup(const char* addr) 92 92 { 93 93 char* n_s;
Note: See TracChangeset
for help on using the changeset viewer.