mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
9 lines
166 B
C
9 lines
166 B
C
|
/* Misc. local definitions for libc/stdlib */
|
||
|
|
||
|
#ifndef _LOCAL_H_
|
||
|
#define _LOCAL_H_
|
||
|
|
||
|
char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
|
||
|
|
||
|
#endif
|