#include "stdafx.h" #include "format.h" int main(int argc, char* argv[]) { PR(D1, 1); PR(S, "hello"); PR(F1, 2.0); return 0; }