summaryrefslogtreecommitdiff
path: root/set_bitset.c
diff options
context:
space:
mode:
authorMendes Oulamara <oulamara@clipper.ens.fr>2013-11-13 19:19:57 +0100
committerMendes Oulamara <oulamara@clipper.ens.fr>2013-11-13 19:19:57 +0100
commitaba69b8e46b8b1f87bc667b62ae1f60ef42963ab (patch)
tree22a3939b25dedafc9e39c85b46ade9a4f29e264a /set_bitset.c
parente8502faad632842da46f732f359604e5d7a81a81 (diff)
downloadAlgoProg-Projet-aba69b8e46b8b1f87bc667b62ae1f60ef42963ab.tar.gz
AlgoProg-Projet-aba69b8e46b8b1f87bc667b62ae1f60ef42963ab.zip
sets header
Diffstat (limited to 'set_bitset.c')
-rw-r--r--set_bitset.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/set_bitset.c b/set_bitset.c
new file mode 100644
index 0000000..4be3b4b
--- /dev/null
+++ b/set_bitset.c
@@ -0,0 +1,5 @@
+#include "sets.h"
+
+struct _set {
+
+ };