printer_write takes a string to print, not a file. You need to open the file and then pass its contents to the printer_write function. Try fopen ...
確定! 回上一頁