MOON
Server: Apache
System: Linux vps.thepromohut.com 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User: caretrak (507)
PHP: 5.2.10
Disabled: NONE
Upload Files
File: //usr/lib/bcc/include/dos.h
#ifndef __DOS_H
#define __DOS_H
#include <features.h>
#include <bios.h>

#ifdef __MSDOS__
extern unsigned int __envseg;
extern unsigned int __psp;
char * __fconv __P((char * fname));

unsigned int __segalloc __P((unsigned int paracount));
void         __setvect __P((int i, long j));
long         __getvect __P((int vecno));
#endif

#endif