| Current File : //usr/include/unctrl.h |
/*
* Copyright (c) 1988, 2003, Oracle and/or its affiliates. All rights reserved.
*/
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
/*
* University Copyright- Copyright (c) 1982, 1986, 1988
* The Regents of the University of California
* All Rights Reserved
*
* University Acknowledgment- Portions of this document are derived from
* software developed by the University of California, Berkeley, and its
* contributors.
*/
#ifndef _UNCTRL_H
#define _UNCTRL_H
#ifdef __cplusplus
extern "C" {
#endif
extern char *_unctrl[];
#if !defined(NOMACROS) && !defined(__lint)
#define unctrl(ch) (_unctrl[(unsigned)ch])
#endif /* NOMACROS && __lint */
#ifdef __cplusplus
}
#endif
#endif /* _UNCTRL_H */