|
YAZ
5.30.3
|
Small test for the Windows Service Control utility. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <yaz/xmalloc.h>#include <yaz/log.h>#include <yaz/sc.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| the system main function More... | |
Small test for the Windows Service Control utility.
Definition in file sc_test.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
the system main function
Definition at line 62 of file sc_test.c.
References sc_s::argc, sc_s::argv, yaz_sc_create(), yaz_sc_destroy(), and yaz_sc_program().
1.8.17