Welcome to mirror list, hosted at ThFree Co, Russian Federation.

local.h « stdlib « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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