Sha256: a11005a0f3b2ecb3220ea9cdfd1df4b61d90f10e0e68ed2716b2f9502f2fa8f7
Contents?: true
Size: 504 Bytes
Versions: 8
Compression:
Stored size: 504 Bytes
Contents
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_win32_w32_buffer_h__ #define INCLUDE_win32_w32_buffer_h__ #include "git2_util.h" #include "str.h" /** * Convert a wide character string to UTF-8 and append the results to the * buffer. */ int git_str_put_w(git_str *buf, const wchar_t *string_w, size_t len_w); #endif
Version data entries
8 entries across 8 versions & 1 rubygems