Skip to content

Instantly share code, notes, and snippets.

@alejandro-colomar
alejandro-colomar / printf_b.c
Last active October 27, 2025 18:58
Register printf %b conversion specifier
/******************************************************************************
* Copyright (C) 2019 Alejandro Colomar Andrés *
* SPDX-License-Identifier: LGPL-2.0-only *
******************************************************************************/
/******************************************************************************
******* headers **************************************************************
******************************************************************************/
#include "libalx/base/stdio/printf/b.h"