Skip to content

Instantly share code, notes, and snippets.

@alejandro-colomar
alejandro-colomar / printf_b.c
Last active August 23, 2020 06:43
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"