Artifact 1296adda6c6d57691dc54962e500ebd2d60ed833:
- File core/height.crimp — part of check-in [f454ef3616] at 2011-12-09 21:42:56 on branch infinite-plane — Switched to use of accessor macros. (user: andreask size: 288) [more...]
height Tcl_Obj* imageObj crimp_image* image; crimp_input_any (imageObj, image); Tcl_SetObjResult (interp, Tcl_NewIntObj (crimp_h (image))); return TCL_OK; /* vim: set sts=4 sw=4 tw=80 et ft=c: */ /* * Local Variables: * mode: c * c-basic-offset: 4 * fill-column: 78 * End: */