Changeset c3c704 in git for libpolys/misc/sirandom.h


Ignore:
Timestamp:
Nov 13, 2022, 3:00:54 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
bcbcd26a5761f063a28387eb2c4f1ad0b5b1570e
Parents:
8e87445f9497ec7e004989fab73d4a66a3cdaf80b6647a741b9091b82021ff46d4c112099d175d57
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-11-13 15:00:54+01:00
git-committer:
GitHub <noreply@github.com>2022-11-13 15:00:54+01:00
Message:
Merge pull request #1157 from orlitzky/c-std-porting

C standard porting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/sirandom.h

    r8e8744 rc3c704  
    55#endif
    66EXTERN_VAR int siSeed;
    7 int siRand();
     7int siRand(void);
    88
    9 typedef int (*siRandProc)();
     9typedef int (*siRandProc)(void);
    1010typedef int (*siRandProc1)(int);
    1111int siRandNext(int);
Note: See TracChangeset for help on using the changeset viewer.