Starting release 0.7.0
[parrot.git] / src / encodings / utf16.h
blobe132741d22eb67de8e1102ce758f587036257ff3
1 /* utf16.h
2 * Copyright (C) 2004-2007, The Perl Foundation.
3 * SVN Info
4 * $Id$
5 * Overview:
6 * This is the header for the utf16 variable-width encoding.
7 * Data Structure and Algorithms:
8 * History:
9 * Notes:
10 * References:
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 */
29 * Local variables:
30 * c-file-style: "parrot"
31 * End:
32 * vim: expandtab shiftwidth=4: