#pragma once const char* format( char* buffer, int size, const char* f, ... ); char* aformat( const char* f, ... );