X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fobjset%2F_info;h=967764e7e86cb9de97c622e9b297e74071b85907;hb=b57bf03422363dfc2f5d2aa28a5fd2062192c70e;hp=cf290289b88387d18ffc8a8ced8ac474f96e4a57;hpb=756749b2d337334b23deffcfe75b4f731f8f78d1;p=ccan diff --git a/ccan/objset/_info b/ccan/objset/_info index cf290289..967764e7 100644 --- a/ccan/objset/_info +++ b/ccan/objset/_info @@ -1,5 +1,6 @@ -#include #include "config.h" +#include +#include /** * objset - unordered set of pointers. @@ -40,9 +41,9 @@ * } * return 0; * } - * // Given 'a b c' outputs No arguments start with -. - * // Given 'a -b c' outputs 2, - * // Given 'a -b -c d' outputs 2,3, + * // Given "a b c" outputs No arguments start with -. + * // Given "a -b c" outputs 2, + * // Given "a -b -c d" outputs 2,3, */ int main(int argc, char *argv[]) {