repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
build
/
tests
/
ex
/
inc.c
blob
3636ab5bf3392cb16942caa77d1bcf983e7a3323
1
// SPDX-License-Identifier: GPL-2.0
2
#ifdef INCLUDE
3
#include
"krava.h"
4
#endif
5
6
int
inc
(
void
)
7
{
8
return
0
;
9
}