X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fcast%2F_info;h=b09e0344e49d6ee570e9b70dbbe98e75393d8847;hb=516148fb8b14a14bf23a4b732fed2942ca9b8d29;hp=2dd9b208488bf5622826e3a4310062e346b489dc;hpb=118ace351b789dfaca8866f84a8cd4b924941268;p=ccan diff --git a/ccan/cast/_info b/ccan/cast/_info index 2dd9b208..b09e0344 100644 --- a/ccan/cast/_info +++ b/ccan/cast/_info @@ -1,5 +1,6 @@ -#include #include "config.h" +#include +#include /** * cast - routines for safer casting. @@ -16,10 +17,10 @@ * * Author: Jan Engelhardt * Maintainer: Rusty Russell - * License: LGPL + * License: LGPL (v2.1 or any later version) * * Example: - * // Given "test" contains "3 t's in 'test string' + * // Given "test" output contains "3 t's in 'test string'" * #include * #include * #include