mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 17:32:29 +01:00
Added char* wsterrror(int errnum) to return the string associated with errnum
This works even on platforms that don't provide strerror().
This commit is contained in:
@@ -33,6 +33,7 @@ changes since wmaker 0.61.1:
|
||||
1. if old is NULL, return wmalloc(new_size).
|
||||
2. if new_size is 0, call wfree(old), and return NULL.
|
||||
3. if both old is a valid pointer and new_size>0, call realloc.
|
||||
- added wstrerror(int errnum) to return the string associated with errnum.
|
||||
|
||||
changes since wmaker 0.61.0:
|
||||
............................
|
||||
|
||||
Reference in New Issue
Block a user