12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBExampleThis program draws the arc shown below.USE IFQWININTEGER(2) status, x1, y1, x2, y2, x3, y3, x4, y4x1 = 80; y1 = 50x2 = 240; y2 = 150x3 = 120; y3 = 75x4 = 90; y4 = 180status = ARC( x1, y1, x2, y2, x3, y3, x4, y4 )END(x1,y1)(x3,y3)Center of arc = centerof bounding rectangle(x4,y4)(x2,y2)AUTOAddArgAUTO Subroutine: Passes an argument name and value and adds the argument to the argumentlist data structure. This subroutine is only available on Windows* systems on IA-32 processors.Modules: USE IFAUTO, USE IFWINTYSyntaxCALL AUTOAddArg (invoke_args, name, value [, intent_arg] [, type])invoke_argsThe argument list data structure. Must be of type INTEGER(4).nameThe argument’s name of type CHARACTER*(*).2-10

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!