diff options
Diffstat (limited to 'cppu/README.md')
-rw-r--r-- | cppu/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cppu/README.md b/cppu/README.md new file mode 100644 index 0000000000..3249d15e63 --- /dev/null +++ b/cppu/README.md @@ -0,0 +1,8 @@ +# Binary UNO Runtime + +CPPU stands for C++ UNO and it contains type definitions / implementations for the core of UNO. The +exported API is in C, and there exists some C++ wrappers. + +## See also + +<http://wiki.openoffice.org/wiki/Uno/Binary/Modules/CPPU> |