mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
12 lines
152 B
C++
12 lines
152 B
C++
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
|
|
#include <libfprint/fprint.h>
|
|
|
|
int main (int argc, char **argv)
|
|
{
|
|
fp_init ();
|
|
return 0;
|
|
}
|