cfad47cfa3/tads2/bifgdum.c

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
/* 
2
 *   Copyright (c) 1993, 2002 Michael J. Roberts.  All Rights Reserved.
3
 *   
4
 *   Please see the accompanying license file, LICENSE.TXT, for information
5
 *   on using and copying this software.  
6
 */
7
/*
8
Name
9
  bifgdum.c - stubs for built-in TADS/Graphic functions
10
Function
11
  provides dummy entrypoints for built-in functions specific to TADS/Graphic
12
Notes
13
  None
14
Modified
15
  01/11/93 MJRoberts     - creation
16
*/
17
18
#include "os.h"
19
#include "bif.h"
20
21
void bifgrp(bifcxdef *ctx, int argc) {}
22
void bifgsp(bifcxdef *ctx, int argc) {}
23
void bifgsh(bifcxdef *ctx, int argc) {}
24
void bifgin(bifcxdef *ctx, int argc) {}
25
void bifgco(bifcxdef *ctx, int argc) {}
26
void bifgov(bifcxdef *ctx, int argc) {}
27
void bifgmd(bifcxdef *ctx, int argc) {}
28
void bifgmu(bifcxdef *ctx, int argc) {}
29
void bifgpa(bifcxdef *ctx, int argc) {}
30
void bifgef(bifcxdef *ctx, int argc) {}
31
void bifgsn(bifcxdef *ctx, int argc) {}