X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dict.c;h=a9202934035d35346f0ac75905f4baa130fff9ed;hb=ec58ce1cd1f8effe49f12485f65c345d75767dd5;hp=cef51d4a08e1fb6163618aff084c623eef8b5ce9;hpb=54a35ad5a96cc57816a9e05ab9d1e1513c202894;p=wordgame diff --git a/dict.c b/dict.c index cef51d4..a920293 100644 --- a/dict.c +++ b/dict.c @@ -16,16 +16,12 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." */ -/* Portably, schmortability. I want ease of programming. */ -#define _GNU_SOURCE -#include -#include +#include "dict.h" + #include #include #include -#include "dict.h" - typedef struct _string { size_t size; char *s;