Changeset f82470 in git for Singular/silink.h


Ignore:
Timestamp:
Apr 15, 1999, 11:57:06 AM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1518b9cf23aa2598228863099857cedec82668c2
Parents:
a1417ca18268fbc29752b22baabf8c7d5409ef6f
Message:
* string(LINK_CMD);


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

Legend:

Unmodified
Added
Removed
  • Singular/silink.h

    ra1417c rf82470  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: silink.h,v 1.10 1998-10-14 10:18:55 obachman Exp $ */
     6/* $Id: silink.h,v 1.11 1999-04-15 09:57:05 obachman Exp $ */
    77/*
    88* ABSTRACT: general interface to links
     
    8585  return l;
    8686}
     87inline char* slString(si_link l)
     88{
     89  if (l->name != NULL)
     90  {
     91    return mstrdup(l->name);
     92  }
     93  else
     94  {
     95    return mstrdup("");
     96  }
     97}
    8798
    8899#endif // SILINK_H
Note: See TracChangeset for help on using the changeset viewer.