Starting release 0.7.0
[parrot.git] / src / encodings / fixed_8.h
blob9b95d6844dc2fccd14f61f3c2e179f3852874aff
1 /* fixed_8.h
2 * Copyright (C) 2004-2007, The Perl Foundation.
3 * SVN Info
4 * $Id$
5 * Overview:
6 * This is the header for the 8-bit fixed-width encoding
7 * Data Structure and Algorithms:
8 * History:
9 * Notes:
10 * References:
13 #ifndef PARROT_ENCODING_FIXED_8_H_GUARD
14 #define PARROT_ENCODING_FIXED_8_H_GUARD
16 /* HEADERIZER BEGIN: src/encodings/fixed_8.c */
17 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
19 PARROT_CANNOT_RETURN_NULL
20 ENCODING * Parrot_encoding_fixed_8_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/fixed_8.c */
26 #endif /* PARROT_ENCODING_FIXED_8_H_GUARD */
29 * Local variables:
30 * c-file-style: "parrot"
31 * End:
32 * vim: expandtab shiftwidth=4: