X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1708862634; x=1709467434; darn=delorie.com; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=euSOFfhD+gkMTpt9MiGdj0KtA0+IYAS9V0//bZUomv8=; b=Xft3MRp5v4uwCV/DOzRxZKQCU1Q4fHJrUspFrJRZ37AA386JGMJF8NbV2TA/MCD5TB S7G8mixC7deEzWNJuN2LM7V413F9/ecLd7NXzxGBHKefyy8ItvhSyeFuiUQQHujYXnGo 5XJXpOq91KpoSFO7RHVmAUeNWiQfb2jKtg8IOQNEJSREKmpoOvR5AI/nXjCYHv3Xl8KR xloAwy9gVtKgi2u208wXbzhe+niQczvvBN7pAVm/jcPpsF9gM20sHrZRVS9WhKo2h68+ zWB83LyVn2NhHGTqyTKFlT7sGXMBeLNGUFaujHYub4OwgegO3lFEwnXuf/XCIvlMFWfM 9B1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708862634; x=1709467434; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=euSOFfhD+gkMTpt9MiGdj0KtA0+IYAS9V0//bZUomv8=; b=hYGvFFQdil2O2lLaWTFFAZSJFzbOkMGcJ17qjqW6BqQXI/d/nn+AWBcEtfsJXsY0+1 ERiRNCjmpwfqmcR9Q/0za/I1jP4mZqTSgjghZQ8gcKh3ThPAsrPmc3HIadZeQ2nG3UCJ w5paAouefmXaOojWap6/bIvDywfko3BpQoF8/Gwx4HuEF3RyEYhzheznUNQIxuGTVTif 1orUAOiYc+seWe2bOGXHuqvXUV2eQzeYrc9GVRh/CqfFgpHhOHeqOkElR2KE21YcV4Pj qFCaPk/+Pai9Tr++EMaGgx56aOZugu/6m4HtejNafq144GgntUBMQclZGSgkYXfT/8eE vP1g== X-Gm-Message-State: AOJu0YzglHM5Mer8UoPvGmrIID8Q4YUD3GqRXmHOJpFtCwjTWDbnR1hc Ijy2gQSgIiCzZ10R9i0n07OmRwqYKErR21PO/TVYA0NWNT5s2ex5KcZTViAn7EK0Ru7sfBzJwhU 1EpOpSdl21qyBwmq973+EjkJ6tTzfNEXJ X-Google-Smtp-Source: AGHT+IEim7wXABGX4waRXhKX62vqgmAHx/1COyDranZ5/A0sobxoxMh9QpllNq5ltsdAGtVjdUaaVBPx/pSwaxhjEe0= X-Received: by 2002:a5d:5f51:0:b0:33d:9d51:9942 with SMTP id cm17-20020a5d5f51000000b0033d9d519942mr4116599wrb.17.1708862633742; Sun, 25 Feb 2024 04:03:53 -0800 (PST) MIME-Version: 1.0 References: <86y1baz6o0 DOT fsf AT gnu DOT org> <86cysmyy2i DOT fsf AT gnu DOT org> In-Reply-To: From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sun, 25 Feb 2024 15:03:42 +0300 Message-ID: Subject: Re: checking int2d amis appstring with djgpp To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp AT delorie DOT com > > > Thanks. So: is the following correct? Does it match the intention at > > > https://github.com/wbcbz7/sndlib-watcom/blob/master/sndlib.cpp#L41-L71 > > > > LGTM, but of course it needs to be tested ;-) > > Thanks! > > And yes, will be testing on real hw soon. Tested and working good. Thanks to all who helped.