sdk-hwV1.3/external/eyesee-mpp/framework/sun8iw21/demo/test/demo.cpp

8 lines
83 B
C++
Raw Normal View History

2024-05-07 10:09:20 +00:00
#include <stdio.h>
#include "demo.h"
int print_hello()
{
printf("hello\n");
}