wsne.c 479 B

1234567891011121314151617181920212223242526272829303132
  1. #include "f2c.h"
  2. #include "fio.h"
  3. #include "lio.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. integer
  8. #ifdef KR_headers
  9. s_wsne(a) cilist *a;
  10. #else
  11. s_wsne(cilist *a)
  12. #endif
  13. {
  14. int n;
  15. if(n=c_le(a))
  16. return(n);
  17. f__reading=0;
  18. f__external=1;
  19. f__formatted=1;
  20. f__putn = x_putc;
  21. L_len = LINE;
  22. f__donewrec = x_wSL;
  23. if(f__curunit->uwrt != 1 && f__nowwriting(f__curunit))
  24. err(a->cierr, errno, "namelist output start");
  25. x_wsne(a);
  26. return e_wsle();
  27. }
  28. #ifdef __cplusplus
  29. }
  30. #endif