diff options
Diffstat (limited to 'tis-ci/stub.c')
-rw-r--r-- | tis-ci/stub.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tis-ci/stub.c b/tis-ci/stub.c new file mode 100644 index 0000000..11f1570 --- /dev/null +++ b/tis-ci/stub.c @@ -0,0 +1,3 @@ +void srand(unsigned int seed) { + return; +} |