repo.or.cz
/
opsoft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux cmake file
[opsoft.git]
/
gclib2
/
include
/
StdHeaders.h
blob
5fe6a121a9ca64d745131532e20bb8cfec8ca73f
1
/*
2
* (c) Oleg Puchinin 2007
3
* graycardinalster@gmail.com
4
*
5
*/
6
7
#ifndef DEFINE_STDHEADERS_H
8
#define DEFINE_STDHEADERS_H
9
10
#include <stdio.h>
11
#include <stdlib.h>
12
#include <unistd.h>
13
#include <string.h>
14
#include <stdint.h>
15
16
#endif
17