File indexing completed on 2025-01-05 04:35:35
0001 // SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0002 // SPDX-FileCopyrightText: 2020-2022 Harald Sitter <sitter@kde.org> 0003 0004 #pragma once 0005 0006 #include <cstdint> 0007 #include <string> 0008 0009 struct ACE; 0010 0011 void fprintf_binary(FILE *o, uint32_t v, bool newline = true); 0012 void printACE(const ACE &ace);