Question
Don't Understand FrameMaker Development Kit (FDK) Codes
Hi everyone,
I compiled these FDK codes in Visual C++ and they run without error. Problem is, I don't understand why there isn't a "{" after the VoidT F_ApiInitialize(init). These codes don't seem to have C++ syntax and yet can compile without error. Can anyone please enlighten me? Thanks!
#include fapi.h
VoidT F_ApiInitialize(init)
IntT init;
{
F_ApiAlert(“Hello World”, FF_ALERT_CONTINUE_NOTE);
}