Iros
 
Loading...
Searching...
No Matches
printf_implementation.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdarg.h>
4
7#include "dius/error.h"
8
9namespace ccpp {
10di::Expected<int, di::GenericCode>
11printf_implementation(di::FunctionRef<di::Expected<void, di::GenericCode>(di::TransparentStringView)> write_exactly,
12 char const* format, va_list args);
13}
Definition getopt.cpp:3
di::Expected< int, di::GenericCode > printf_implementation(di::FunctionRef< di::Expected< void, di::GenericCode >(di::TransparentStringView)> write_exactly, char const *format, va_list args)
Definition printf_implementation.cpp:23
string::StringViewImpl< string::TransparentEncoding > TransparentStringView
Definition string_view.h:13
__CCPP_BEGIN_DECLARATIONS typedef __builtin_va_list va_list
Definition va_list.h:7