2025-09-21 17:37:44 +02:00
|
|
|
// -*- mode: C++; c-file-style: "cc-mode" -*-
|
|
|
|
|
//*************************************************************************
|
|
|
|
|
//
|
2026-01-27 02:24:34 +01:00
|
|
|
// This file ONLY is placed under the Creative Commons Public Domain.
|
|
|
|
|
// SPDX-FileCopyrightText: 2025 Wilson Snyder
|
2025-09-21 17:37:44 +02:00
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
//
|
|
|
|
|
//*************************************************************************
|
|
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
|
int dpii_return(int i) { return i; }
|
|
|
|
|
}
|