Mercurial > hg > octave-shane > gnulib-hg
view modules/byteswap @ 11219:aaeb2f86d096
Fix *printf behaviour regarding the %ls directive.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 26 Feb 2009 12:54:20 +0100 |
parents | 1c1c832cb7f3 |
children | 76dbe14046dc |
line wrap: on
line source
Description: Swap bytes of 16, 32 and 64 bit values. Files: lib/byteswap.in.h m4/byteswap.m4 Depends-on: configure.ac: gl_BYTESWAP Makefile.am: BUILT_SOURCES += $(BYTESWAP_H) # We need the following in order to create <byteswap.h> when the system # doesn't have one. byteswap.h: byteswap.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/byteswap.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t Include: <byteswap.h> License: LGPLv2+ Maintainer: Oskar Liljeblad