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);