Import sources from 2011-03-30 iso image - sys/include
This commit is contained in:
parent
e5888a1ffd
commit
c558a99e0b
105 changed files with 11410 additions and 0 deletions
39
sys/include/ape/libv.h
Executable file
39
sys/include/ape/libv.h
Executable file
|
@ -0,0 +1,39 @@
|
|||
#ifndef __LIBV_H
|
||||
#define __LIBV_H
|
||||
#ifndef _RESEARCH_SOURCE
|
||||
This header file is not defined in ANSI or POSIX
|
||||
#endif
|
||||
#pragma lib "/$M/lib/ape/libv.a"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void srand(unsigned int);
|
||||
extern int rand(void);
|
||||
extern int nrand(int);
|
||||
extern long lrand(void);
|
||||
extern double frand(void);
|
||||
|
||||
extern char *getpass(char *);
|
||||
extern int tty_echoon(int);
|
||||
extern int tty_echooff(int);
|
||||
|
||||
extern int min(int, int);
|
||||
extern int max(int, int);
|
||||
|
||||
extern void _perror(char *);
|
||||
extern char *_progname;
|
||||
|
||||
extern int nap(int);
|
||||
|
||||
extern char *setfields(char *);
|
||||
extern int getfields(char *, char **, int);
|
||||
extern int getmfields(char *, char **, int);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif /* __LIBV_H */
|
Loading…
Add table
Add a link
Reference in a new issue