core01Example.sdl

Schema for the core01Example_main.c example. Compile this schema using rdm-compile as follows:

rdm-compile --c-structs --lc-struct-members --catalog core01Example.sdl

and include the generated header file(s) as follows:

#include "core01Example_structs.h"
#include "core01Example_cat.h"

and compile the following generated source file(s):

core01Example_cat.c

Here follows the actual schema:

create table info
(
myChar char(50) not null
);