This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fgets method for ptobs



The ptobfuns expect a function of the type char *fgets (SCM port, int *len)
What is the significance of the integer pointer argument?

     Klaus Schilling