aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/local.h
blob: a274f20a19df343dca353b229b3398c53b83d050 (plain)
1
2
3
4
5
6
7
8
/* Misc. local definitions for libc/stdlib */

#ifndef _LOCAL_H_
#define _LOCAL_H_

char *	_EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int));

#endif