39 printf(
"Rendering %s\n", toplevel->
name);
45 printf(
"Init with params: %s\ngds-render version: %s\n", params, version);
Defines types and macros used by the GDS-Parser.
#define EXPORTED_FUNC_DECL(FUNC)
Define for declaring the exported functions.
int EXPORTED_FUNC_DECL() EXTERNAL_LIBRARY_RENDER_FUNCTION(struct gds_cell *toplevel, GList *layer_info_list, const char *output_file_name, double scale)
int EXPORTED_FUNC_DECL() EXTERNAL_LIBRARY_INIT_FUNCTION(const char *params, const char *version)
A Cell inside a gds_library.