diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 00:20:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 00:20:25 +0100 |
commit | f00bd2abfd983b29c57252fac94f862770e97687 (patch) | |
tree | 2c88ea6d0bd9fb7ef39bd093b9e9d50a98e3d974 | |
parent | add rationale (diff) | |
download | libhaiku-f00bd2abfd983b29c57252fac94f862770e97687.tar.gz libhaiku-f00bd2abfd983b29c57252fac94f862770e97687.tar.bz2 libhaiku-f00bd2abfd983b29c57252fac94f862770e97687.tar.xz |
add readme
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +NAME + libhaiku - Poetic error messages + +DESCRIPTION + libhaiku is an API on top of a collection of haiku, + that lets a programmer make a program print haiku for + error messages. Instead of calling perror(3), the + program should call libhaiku_perror(3). + +RATIOANLE + It is more fun and harmonious this way. + +SEE ALSO + perror(3) + |