source: trunk/src/emx/include/unikbd.h@ 494

Last change on this file since 494 was 247, checked in by bird, 23 years ago

Initial coding.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 11.4 KB
Line 
1/* unikbd.h,v 1.1 2003/05/27 16:03:42 bird Exp */
2/** @file
3 * Legalesy-free Unicode API interface for OS/2
4 * Interface definitions for basic Unicode API functions
5 *
6 * Written by bird
7 *
8 * This file is put into public domain. You are free to do
9 * literally anything you wish with it: modify, print, sell,
10 * rent, eat, throw out of window: in all (esp. in later)
11 * cases I am not responsible for any damage it causes.
12 */
13#ifndef __UNIKBD_H__
14#define __UNIKBD_H__
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/*******************************************************************************
21* Header Files *