mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
6bcc093fc1
* new file: projects/wpewebkit.org/libwpe/package.yml new file: projects/wpewebkit.org/libwpe/wpe-test.c * +make * fix includes --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
5 lines
153 B
C
5 lines
153 B
C
#include "wpe/wpe.h"
|
|
#include <stdio.h>
|
|
int main() {
|
|
printf("%u.%u.%u", wpe_get_major_version(), wpe_get_minor_version(), wpe_get_micro_version());
|
|
} |