(FORTRAN) | (C) |
real fuction getaspect() | float getaspect() |
(FORTRAN) | (C) |
subroutine getfactors(w,h) | getfactors(w,h) |
real w,h | float *w,*h; |
(FORTRAN) | (C) |
subroutine getdisplaysize(w,h) | getdisplaysize(w,h) |
real w,h | float *w,*h; |