No Description

Rusty Russell dfe5996950 tal: tal_parent(NULL) should be NULL. 13 years ago
ccan dfe5996950 tal: tal_parent(NULL) should be NULL. 13 years ago
doc e6ed30e689 ccanlint.1: fix description of per-test options for tests_pass_valgrind. 14 years ago
junkcode 1c6f12a3c7 junkcode: upload via website. 15 years ago
licenses 89ab9bee3b licenses: Add Creative Commons Zero. 13 years ago
tools cb1408d445 ccanlint: detect unused dependencies, too. 13 years ago
web a3158e7994 web: fix umask on uploader so it's group readable. 13 years ago
.gitignore a77cc2824a config.h: don't include in git repository. 13 years ago
Makefile b175cfcf86 Makefile: generate config.h in two stages 14 years ago
Makefile-ccan 2eff9a654f Makefile, configurator: Add additional debug flags to CFLAGS 14 years ago
Makefile-web 9428537fd4 Makefile-web: push to github repo too. 14 years ago
README 166e9c6200 README: update. 13 years ago

README

The C Code Archive Network: http://ccodearchive.net

You can find a set of helper utilities under tools/ and the modules
under ccan/. The recommended way to add ccan modules to your project
is to create a ccan/ directory and add one module per subdirectory
(see tools/create-ccan-tree).