X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=string_rep.c;h=6a94b3eaf30a404f20cb92cf5c6333230c76f0bd;hb=refs%2Fheads%2Falias;hp=28b074648ea0c550cda47dc26e5f024ee8d211a1;hpb=d0df86860fdfd7f24a6259690245c5d9f90006c7;p=cparser diff --git a/string_rep.c b/string_rep.c index 28b0746..6a94b3e 100644 --- a/string_rep.c +++ b/string_rep.c @@ -1,5 +1,10 @@ +/* + * This file is part of cparser. + * Copyright (C) 2012 Matthias Braun + */ #include "adt/error.h" #include "string_rep.h" +#include "unicode.h" static inline size_t wstrlen(const string_t *string) {