Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

6 rindas
388 B

  1. #define ERR_FILE_WRITE "Could not open %s for writing\n"
  2. #define ERR_FILE_READ "Could not open %s for reading\n"
  3. #define ERR_PNG_WRITE "Could not create a PNG write struct\n"
  4. #define ERR_PNG_INFO "Could not create a PNG info struct\n"
  5. #define ERR_TELE_ROW "Telemetry decoding error, not enough rows.\n"
  6. #define VERSION "Aptdec CVS version (c) 2004-2005 Thierry Leconte F4DWV"