newlib-cygwin/newlib/libc/stdlib/local.h

9 lines
166 B
C
Raw Normal View History

2000-02-18 03:39:52 +08:00
/* Misc. local definitions for libc/stdlib */
#ifndef _LOCAL_H_
#define _LOCAL_H_
char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));
#endif