2 * Copyright (C) 2004-2007, The Perl Foundation.
6 * This is the header for the utf16 variable-width encoding.
7 * Data Structure and Algorithms:
13 #ifndef PARROT_ENCODING_UTF16_H_GUARD
14 #define PARROT_ENCODING_UTF16_H_GUARD
16 /* HEADERIZER BEGIN: src/encodings/utf16.c */
17 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
19 PARROT_CANNOT_RETURN_NULL
20 ENCODING
* Parrot_encoding_utf16_init(PARROT_INTERP
)
21 __attribute__nonnull__(1);
23 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
24 /* HEADERIZER END: src/encodings/utf16.c */
26 #endif /* PARROT_ENCODING_UTF16_H_GUARD */
30 * c-file-style: "parrot"
32 * vim: expandtab shiftwidth=4: