#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <getopt.h>
#include <unistd.h>
#include "../src/securestorage.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int | errno |
|
Definition at line 18 of file ss_testdel.c. References errno, securestorage_del(), and securestorage_error(). |
|