wchar.h (5b32667c57a712d6663c0425a2a4d1256459bd91) wchar.h (e9fb70115fcb6811107e65763e62cac4f4304fcd)
1/*-
2 * Copyright (c)1999 Citrus Project,
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 133 unchanged lines hidden (view full) ---

142
143size_t wcslcat(wchar_t *, const wchar_t *, size_t);
144size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
145#if 0
146/* XXX: not implemented */
147int wcswidth(const wchar_t *, size_t);
148int wcwidth(wchar_t);
149#endif
1/*-
2 * Copyright (c)1999 Citrus Project,
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 133 unchanged lines hidden (view full) ---

142
143size_t wcslcat(wchar_t *, const wchar_t *, size_t);
144size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
145#if 0
146/* XXX: not implemented */
147int wcswidth(const wchar_t *, size_t);
148int wcwidth(wchar_t);
149#endif
150
151int wctob(wint_t);
152wint_t btowc(int);
150__END_DECLS
151
152#endif /* !_WCHAR_H_ */
153__END_DECLS
154
155#endif /* !_WCHAR_H_ */