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
rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libpython-version.c
blob
47714b942d4d35bf61d4646d797d474e836a8ba9
1
// SPDX-License-Identifier: GPL-2.0
2
#include <Python.h>
3
4
#if PY_VERSION_HEX >= 0x03000000
5
#error
6
#endif
7
8
int
main
(
void
)
9
{
10
return
0
;
11
}