wdvi

network DVI viewer
Log | Files | Refs

http.h (81B)


      1 #include <stdio.h>		/* FILE, fseek(), fwrite() */
      2 
      3 FILE *http_get(const char[]);