mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
9697f95b8f
This reverts commit 15d999759e
.
16 lines
230 B
C
16 lines
230 B
C
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
|
|
#include "lib_acl.h"
|
|
#include "test_stdlib.h"
|
|
|
|
#include "test_stdtab.h"
|
|
|
|
void test_stdlib_register()
|
|
{
|
|
aut_register(__test_fn_tab);
|
|
}
|