]> git.ozlabs.org Git - ccan/blobdiff - ccan/noerr/_info.c
Stephen: "It's portaudio, not libvorbis that needs version >= 19."
[ccan] / ccan / noerr / _info.c
index 96fbbcd133497cac43e1a02a12c79a23793cd891..fee413d3bbc90b23a756bc3a1b7eefb8a1c019e0 100644 (file)
  *     #include <sys/types.h>
  *     #include <sys/stat.h>
  *     #include <fcntl.h>
+ *     #include <stdbool.h>
+ *     #include <string.h>
+ *     #include <errno.h>
+ *     #include <ccan/noerr/noerr.h>
  *
  *     bool write_string_to_file(const char *file, const char *string)
  *     {
@@ -40,6 +44,8 @@
  *             }
  *             return true;
  *     }
+ *
+ * Licence: LGPL (2 or any later version)
  */
 int main(int argc, char *argv[])
 {