dostools flag

This commit is contained in:
Mario Fetka
2026-05-23 22:16:36 +02:00
parent 396f55d8f2
commit 52b2f3749f
3 changed files with 1 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
/* c32ncp.c - Client32 NCP helpers for mars-dosutils */
#include "net.h"
#include "c32ncp.h"
/* c32ncp.c - Client32 NCP helpers for mars-dosutils */
static void c32_put_word_lh(uint8 *p, uint16 v)
{
p[0] = (uint8)(v & 0xff);

View File

@@ -2,9 +2,6 @@
#ifndef C32NCP_H
#define C32NCP_H
#include "net.h"
int c32_get_ncp_handle(uint16 *handle_lo, uint16 *handle_hi);
int c32_ncp87_obtain_rim_attributes(const char *name,

View File

@@ -2,7 +2,6 @@
#include "net.h"
#include "c32ncp.h"
static int tests_same_arg(char *a, char *b)
{
while (*a || *b) {