Doxygen Source Code Documentation
ppak_pwrit.c File Reference
#include "coxplot.h"Go to the source code of this file.
Functions | |
| void | plotpak_pwrit (float x, float y, char *ch, int isiz, int ior, int icent) |
Function Documentation
|
||||||||||||||||||||||||||||
|
Definition at line 15 of file ppak_pwrit.c. References pwrit_().
00016 {
00017 real xx=x , yy=y ;
00018 integer nch=strlen(ch) , iisiz=isiz , iior=ior , iicent=icent ;
00019 ftnlen ch_len = nch ;
00020 pwrit_( &xx , &yy , ch , &nch , &iisiz , &iior , &iicent , ch_len ) ;
00021 }
|