| 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
|
|---|
| 17 | extern "C" {
|
|---|
| 18 | #endif
|
|---|
| 19 |
|
|---|
| 20 | /*******************************************************************************
|
|---|
| 21 | * Header Files *
|
|---|
|
|---|