summaryrefslogtreecommitdiff
path: root/install/macosx/xcode/FPC-C-C++ Carbon Application/Main.r
blob: 14b9e56560799bbd152aecedc3c0c1f20e464fdf (plain)
1
2
3
4
5
6
7
8
#include "Carbon.r"

resource 'STR#' (128, "Messages", purgeable) {
        {       /* array StringArray: 1 elements */
                /* [1] */
                "Hello, I'm C, calling pascal main to display this."
        }
};