1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-26 19:30:00 +00:00

- Fixes test cases.

This commit is contained in:
Sven Van de Velde 2024-01-02 21:14:40 +01:00
parent f2b5d160a8
commit 2c74b2a19c
3 changed files with 2 additions and 5 deletions

View File

@ -10,7 +10,6 @@
// Declare the procedures to be exported to the .asm libary with the indicated calling convention.
#pragma calling(__varcall)
#pragma asm_export(__conio_var_start, conio_x16_init)
#pragma asm_export(clrscr)
#pragma asm_export(gotoxy)
#pragma asm_export(wherex, wherey)

View File

@ -13,7 +13,7 @@
// Note that the imported functions in the conio.c source file will NOT be compiled,
// when the conio_var_asm.h is included for those protyped .asm library functions.
#include <conio.h>
// #include <conio.h>
#define QUEENS 8
#define PRINT_SOLUTIONS

View File

@ -3,9 +3,7 @@
#include <set_asm.h>
//#include "set.c"
extern char __asm_import("set") set_total = 10;
// #include "set.c"
#include <conio.h>
#include <stdio.h>