File: project.h

package info (click to toggle)
yepp 0.0.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 388 kB
  • ctags: 158
  • sloc: ansic: 1,328; makefile: 59; sh: 26
file content (19 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __PROJECT_H
#define __PROJECT_H
#endif

#ifdef __PROJECT_H

#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/time.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>

#define SUCCESS		1
#define FAIL		0

#endif // __PROJECT_H