/usr/share/libustr-dev/ustr-set-opt-code.c is in libustr-dev 1.0.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | #define USTR_CONF_INCLUDE_CODEONLY_HEADERS 0
#define USTR_CONF_INCLUDE_INTERNAL_HEADERS 1
#include "ustr-conf.h"
#define USTR_CONF_USE_DYNAMIC_CONF USTR_CONF_HAVE_DYNAMIC_CONF
#define USTR_CONF_e_PROTO extern
#define USTR_CONF_i_PROTO extern inline
#define USTR_CONF_E_PROTO extern
#define USTR_CONF_I_PROTO extern inline
#define USTR_CONF_EI_PROTO extern
#define USTR_CONF_II_PROTO extern inline
#include "ustr-main.h"
#include "ustr-fmt.h"
#undef USTR_CONF_INCLUDE_CODEONLY_HEADERS
#define USTR_CONF_INCLUDE_CODEONLY_HEADERS 1
#undef USTR_CONF_i_PROTO
#define USTR_CONF_i_PROTO
#undef USTR_CONF_I_PROTO
#define USTR_CONF_I_PROTO
#undef USTR_CONF_II_PROTO
#define USTR_CONF_II_PROTO inline
#include "ustr-set.h"
|