cfad47cfa3/tads3/vmbifreg.h

User picture

Commiter: Nikos Chantziaras

Author: Nikos Chantziaras

Revision: cfad47cfa3


File Size: 679 Bytes

(June 01, 2009 20:54 UTC) Almost 3 years ago

Initial commit.

 
Show/hide line numbers
/* $Header: d:/cvsroot/tads/tads3/vmbifreg.h,v 1.2 1999/05/17 02:52:29 MJRoberts Exp $ */

/* 
 *   Copyright (c) 1998, 2002 Michael J. Roberts.  All Rights Reserved.
 *   
 *   Please see the accompanying license file, LICENSE.TXT, for information
 *   on using and copying this software.  
 */
/*
Name
  vmbifreg.h - built-in function set registry definitions
Function
  
Notes
  
Modified
  12/05/98 MJRoberts  - Creation
*/

#ifndef VMBIFREG_H
#define VMBIFREG_H

#include "vmbif.h"

/* ------------------------------------------------------------------------ */
/*
 *   Declare the global static table 
 */
extern vm_bif_entry_t G_bif_reg_table[];

#endif /* VMBIFREG_H */