view modules/libtextstyle @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents 9301e0f7fe60
children
line wrap: on
line source

Description:
Output of styled text.

Files:
m4/libtextstyle.m4

Depends-on:
havelib

configure.ac:
gl_LIBTEXTSTYLE

Makefile.am:

Include:
#if HAVE_LIBTEXTSTYLE
# include <textstyle.h>
#endif

Link:
$(LTLIBTEXTSTYLE) when linking with libtool, $(LIBTEXTSTYLE) otherwise

License:
GPL

Maintainer:
all