FreeCalypso > hg > ueda-linux
comparison ueda/libueda/hashmcl.c @ 2:c91e7a30fab3
ueda/libueda Linuxified
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 20 Jul 2015 00:38:43 +0000 |
| parents | cd92449fdb51 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:e2130f1ef720 | 2:c91e7a30fab3 |
|---|---|
| 6 * duplicate refdes errors and fast component lookups. | 6 * duplicate refdes errors and fast component lookups. |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 #include <sys/types.h> | 9 #include <sys/types.h> |
| 10 #include <stdio.h> | 10 #include <stdio.h> |
| 11 #include <stdlib.h> | |
| 12 #include <string.h> | |
| 11 #include <strings.h> | 13 #include <strings.h> |
| 12 #include "mcl.h" | 14 #include "mcl.h" |
| 13 | 15 |
| 14 extern struct component components[]; | 16 extern struct component components[]; |
| 15 extern int ncomponents; | 17 extern int ncomponents; |
