error.c
changeset 267 11631dd11ff8
parent 254 41252d5e85f5
child 286 f648473fd056
child 295 a63f43a17fd7
equal deleted inserted replaced
266:e35af91aa426 267:11631dd11ff8
     1 /*
     1 /*
     2     Task Spooler - a task queue system for the unix user
     2     Task Spooler - a task queue system for the unix user
     3     Copyright (C) 2007-2008  Lluís Batlle i Rossell
     3     Copyright (C) 2007-2009  Lluís Batlle i Rossell
     4 
     4 
     5     Please find the license in the provided COPYING file.
     5     Please find the license in the provided COPYING file.
     6 */
     6 */
     7 #include <unistd.h>
     7 #include <unistd.h>
     8 #include <stdio.h>
     8 #include <stdio.h>