Skip to content

Instantly share code, notes, and snippets.

View alejandro-colomar's full-sized avatar
🌳
Looking for a remote C programming job

Alejandro Colomar alejandro-colomar

🌳
Looking for a remote C programming job
View GitHub Profile
@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"