OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [include/] [unctrl.h] - Diff between revs 39 and 56

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.