dreamcast/text_editor/printf.hpp

4 lines
75 B
C++

#pragma once
int snprintf(char * buf, int len, const char * format, ...);