1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-21 01:57:49 +00:00
Interlisp.maiko/src/asmbbt.c
2023-02-26 12:04:47 -08:00

32 lines
1.0 KiB
C

/* $Id: asmbbt.c,v 1.3 1999/05/31 23:35:23 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved
*/
/************************************************************************/
/* */
/* File: asmbbt.c */
/* */
/* Dummy C-function "bitblt", used to compile the bitblt code */
/* for hand-optimization. */
/* */
/* */
/* */
/* */
/************************************************************************/
/************************************************************************/
/* */
/* (C) Copyright 1989-95 Venue. All Rights Reserved. */
/* Manufactured in the United States of America. */
/* */
/************************************************************************/
#include "version.h"
#include "lispemul.h"
#include "bb.h"
void bitblt(DLword *srcbase, DLword *dstbase, int sx, int dx, int w, int h, int srcbpl, int dstbpl,
int backwardflg, int src_comp, int op, int gray, int num_gray, int curr_gray_line) {
new_bitblt_code;
}