Personal tools
You are here: Home Projects C++ Cfront releases Release 1.0 Source cfront incl libc.h
Document Actions

libc.h

by Paul McJones last modified 2007-02-02 09:31

Click here to get the file

Size 1.1 kB - File type text/x-chdr

File contents

/* @(#) libc.h 1.3 1/27/86 17:46:47 */
/*ident	"@(#)cfront:incl/libc.h	1.3"*/

	/*	some functions from the UNIX manual section 3

	  	INCOMPLETE: contains only declarations of functions that
		(1) is not declared with their data structures
		(2) are identically declared in UNIX5.2 and bsd4.2
	*/

extern int abort(...);
extern long a64l (const char*);
extern char *l64a (long);
extern char* crypt(const char*, const char*);
extern void setkey(const char*);
extern void encrypt(char*, int);
extern char* ecvt(double, int, int*, int*);
extern char* fcvt(double, int ,int*, int*);
extern char* gcvt(double, int, char*);
extern double frexp(double, int*);
extern double ldexp(double, int);
extern double modf(double, double*);
extern char* getenv(const char*);
extern char* getlogin();
extern char* getpass(const char*);
extern int getpw(int, char*);
extern void l3tol(long*, const char*, int);
extern void ltol3(char*, const long*, int);
extern char* mktemp(char*);
extern void perror(const char*);
extern void swab(const char*, char*, int);
extern int system(const char*);
extern char* ttyname(int);
extern int isatty(int);
extern int ttyslot();
« March 2024 »
Su Mo Tu We Th Fr Sa
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: