Listing 1

#define BEGIN {
#define END }

main()
BEGIN
    ....

    for ()
    BEGIN
        ....
    END
END