wchar.h (9531ef0fc16cd1cfaa20e5db15fb64021a04ee74) | wchar.h (1949a3470f29c5edaa5fc2770c2886d653fa68d1) |
---|---|
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 --- 195 unchanged lines hidden (view full) --- 204 205#if __XSI_VISIBLE 206int wcswidth(const wchar_t *, size_t); 207int wcwidth(wchar_t); 208#endif 209 210#if __BSD_VISIBLE 211wchar_t *fgetwln(struct __sFILE * __restrict, size_t * __restrict); | 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 --- 195 unchanged lines hidden (view full) --- 204 205#if __XSI_VISIBLE 206int wcswidth(const wchar_t *, size_t); 207int wcwidth(wchar_t); 208#endif 209 210#if __BSD_VISIBLE 211wchar_t *fgetwln(struct __sFILE * __restrict, size_t * __restrict); |
212size_t mbsnrtowcs(wchar_t * __restrict, const char ** __restrict, size_t, 213 size_t, mbstate_t * __restrict); 214size_t wcsnrtombs(char * __restrict, const wchar_t ** __restrict, size_t, 215 size_t, mbstate_t * __restrict); |
|
212size_t wcslcat(wchar_t *, const wchar_t *, size_t); 213size_t wcslcpy(wchar_t *, const wchar_t *, size_t); 214#endif 215__END_DECLS 216 217#endif /* !_WCHAR_H_ */ | 216size_t wcslcat(wchar_t *, const wchar_t *, size_t); 217size_t wcslcpy(wchar_t *, const wchar_t *, size_t); 218#endif 219__END_DECLS 220 221#endif /* !_WCHAR_H_ */ |