Changeset 1d8d0e in git


Ignore:
Timestamp:
Apr 1, 2019, 11:01:03 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
befd80dcf6854e395b3758a678e1384360f63f4b
Parents:
85bf0bd9379a2f8dca0c749e9c8cc9aba4ea0dfd
Message:
make iiS2I a static routine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Singular/test_ipid.cpp

    r85bf0b r1d8d0e  
    1313
    1414/* To be tested:
    15 int     iiS2I(const char *s)
    1615idhdl   enterid(const char * s, int lev, idtyp t, idhdl* root, BOOLEAN init)
    1716void    killid(const char * id, idhdl * ih)
     
    3938 */
    4039
    41 extern int iiS2I(const char *s);
    42 
    43 
    4440IpIdTest::IpIdTest() {
    4541  _basePack=(package)omAlloc0(sizeof(*basePack));
     
    5753
    5854void IpIdTest::tearDown() {
    59 }
    60 
    61 void IpIdTest::test_iiS2I()
    62 {
    63   const char *s1 = "1233";
    64   printf("iiS2I(%s)=%d\n", s1, iiS2I(s1));
    65 
    66   return;
    6755}
    6856
Note: See TracChangeset for help on using the changeset viewer.