2 * Copyright (C) 2004, The Perl Foundation.
6 * This is the header for the ucs2 fixed-width encoding.
7 * Data Structure and Algorithms:
13 #ifndef PARROT_ENCODING_UCS2_H_GUARD
14 #define PARROT_ENCODING_UCS2_H_GUARD
16 /* HEADERIZER BEGIN: src/encodings/ucs2.c */
17 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
19 PARROT_CANNOT_RETURN_NULL
20 ENCODING
* Parrot_encoding_ucs2_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/ucs2.c */
26 #endif /* PARROT_ENCODING_UCS2_H_GUARD */
30 * c-file-style: "parrot"
32 * vim: expandtab shiftwidth=4: