diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-25 21:44:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-25 21:44:57 +0100 |
commit | 392703cc73ed323ab8d62a35e8d2f7629d3f48ea (patch) | |
tree | 83dec182fb72dfdba7b4ff2ff52927f9408706e3 /man0/libsimple.h.0 | |
parent | Add [e[n]]aligned_str[n]dup and aligned_str[n]dupa (diff) | |
download | libsimple-392703cc73ed323ab8d62a35e8d2f7629d3f48ea.tar.gz libsimple-392703cc73ed323ab8d62a35e8d2f7629d3f48ea.tar.bz2 libsimple-392703cc73ed323ab8d62a35e8d2f7629d3f48ea.tar.xz |
Include wchar.h and wctype.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man0/libsimple.h.0')
-rw-r--r-- | man0/libsimple.h.0 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man0/libsimple.h.0 b/man0/libsimple.h.0 index c9055d5..32b15e8 100644 --- a/man0/libsimple.h.0 +++ b/man0/libsimple.h.0 @@ -1,4 +1,4 @@ -.TH LIBSIMPLE.H 0 2018-11-24 libsimple +.TH LIBSIMPLE.H 0 2018-11-25 libsimple .SH NAME libsimple.h \- main header for libsimple .SH SYNOPSIS @@ -43,8 +43,10 @@ includes the following header files: .IR <string.h> , .IR <strings.h> , .IR <time.h> , +.IR <unistd.h> , +.IR <wchar.h> , and -.IR <unistd.h> . +.IR <wctype.h> . .PP The header .I <libsimple.h> |