ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
#include <stdio.h>
#include <stdlib.h>
#include "minunit.h"
#include "access_ref.h"
Go to the source code of this file.
Functions | |
void | test_esapi_put_reference (void) |
int | main (void) |
Variables | |
int | tests_run = 0 |
int main | ( | void | ) |
Definition at line 57 of file access_ref_test.c.
void test_esapi_put_reference | ( | void | ) |
Definition at line 8 of file access_ref_test.c.
int tests_run = 0 |
Definition at line 6 of file access_ref_test.c.