This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
kea
Watch
2
Star
0
Fork
0
You've already forked kea
mirror of
https://gitlab.isc.org/isc-projects/kea
synced
2025-08-22 18:08:16 +00:00
Code
Issues
Releases
Wiki
Activity
kea
/
compiler-checks
/
mysql-my-bool.cc
7 lines
67 B
C++
Raw
Normal View
History
Unescape
Escape
[#3443] Proof of Concept: meson
2024-12-19 13:27:16 +02:00
#
include
<mysql.h>
int
main
(
)
{
my_bool
_
(
0
)
;
[#3443] Extra additions to the additions to the Meson Proof of Concept
2025-02-04 12:07:49 +02:00
return
0
;
[#3443] Proof of Concept: meson
2024-12-19 13:27:16 +02:00
}
Reference in New Issue
Copy Permalink