Files
Arquivotheca.AIX-4.1.3/bos/kernel/sys/ctlaltnum.h
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

26 lines
690 B
C

/* @(#)32 1.2 src/bos/kernel/sys/ctlaltnum.h, sysios, bos411, 9428A410j 6/16/90 00:25:37 */
/*
* COMPONENT_NAME: (SYSIOS) ctlaltnum kernel service defines
*
* ORIGINS: 27
*
* (C) COPYRIGHT International Business Machines Corp. 1988
* All Rights Reserved
* Licensed Materials - Property of IBM
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
#define NUMPAD_1 0x01
#define NUMPAD_2 0x02
#define NUMPAD_3 0x03
#define NUMPAD_4 0x04
#define NUMPAD_5 0x05
#define NUMPAD_6 0x06
#define NUMPAD_7 0x07
#define NUMPAD_8 0x08
#define NUMPAD_9 0x09
#define NUMPAD_0 0x00
void ctlaltnum( int numpad);