URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 39 |
Rev 56 |
Line 33... |
Line 33... |
*/
|
*/
|
|
|
#ifndef _UNCTRL_H_
|
#ifndef _UNCTRL_H_
|
#define _UNCTRL_H_
|
#define _UNCTRL_H_
|
|
|
|
#include <_ansi.h>
|
|
|
#define unctrl(c) __unctrl[(c) & 0xff]
|
#define unctrl(c) __unctrl[(c) & 0xff]
|
#define unctrllen(ch) __unctrllen[(ch) & 0xff]
|
#define unctrllen(ch) __unctrllen[(ch) & 0xff]
|
|
|
extern char *__unctrl[256]; /* Control strings. */
|
extern _CONST char * _CONST __unctrl[256]; /* Control strings. */
|
extern char __unctrllen[256]; /* Control strings length. */
|
extern _CONST char __unctrllen[256]; /* Control strings length. */
|
|
|
#endif /* _UNCTRL_H_ */
|
#endif /* _UNCTRL_H_ */
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.