Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードは正しくコンパイルおよびビルドされますが、出力はありません。出力はどこに表示されますか?
#include <stdio.h> #include <std.h> #include <log.h> #include "Configuration2cfg.h" extern far LOG_Obj fastprint; void main() { LOG_printf (&fastprint, "Algorithm 1 is running\n"); }