Skip to content

Commit c2b8e2e

Browse files
author
Andrew D. France
committed
Initial commit of cl-win32-errors library
1 parent dd81038 commit c2b8e2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# cl-win32-errors
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![Quicklisp](https://img.shields.io/badge/Quicklisp-available-brightgreen.svg)](http://quicklisp.org/)
5+
36
A Common Lisp library for translating cryptic Windows API error codes into human-readable information. When working with CFFI, Windows functions often return numeric error codes. This library provides a simple interface to convert these codes into their symbolic names, hexadecimal values, and descriptive strings, complete with a condition system for error handling.
47

58
This project is the logical companion to [cl-win32-types](https://github.com/ItsMeForLua/cl-win32-types).

0 commit comments

Comments
 (0)