mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09: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;
|
|
}
|