view lib/count-trailing-zeros.c @ 40200:19988ebda9fa

relocatable-prog: Improve verbose output. * build-aux/install-reloc (func_verbose): Escape characters that would be interpreted by the shell.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 15:18:24 +0100
parents 97a395d4f592
children
line wrap: on
line source

#include <config.h>
#define COUNT_TRAILING_ZEROS_INLINE _GL_EXTERN_INLINE
#include "count-trailing-zeros.h"