compiled newlib, need to hook up the system calls
This commit is contained in:
19
rocklibc/src/_PDCLIB/_PDCLIB_seed.c
Normal file
19
rocklibc/src/_PDCLIB/_PDCLIB_seed.c
Normal file
@@ -0,0 +1,19 @@
|
||||
/* _PDCLIB_seed
|
||||
|
||||
This file is part of the Public Domain C Library (PDCLib).
|
||||
Permission is granted to use, modify, and / or redistribute at will.
|
||||
*/
|
||||
|
||||
unsigned long int _PDCLIB_seed = 1;
|
||||
|
||||
#ifdef TEST
|
||||
|
||||
#include "_PDCLIB_test.h"
|
||||
|
||||
int main( void )
|
||||
{
|
||||
/* no tests for raw data */
|
||||
return TEST_RESULTS;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user