URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [stdlib/] [local.h] - Rev 816
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