URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [local.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/* Misc. local definitions for libc/stdlib */ #ifndef _LOCAL_H_ #define _LOCAL_H_ char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int)); #endif
Go to most recent revision | Compare with Previous | Blame | View Log