mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-24 14:45:26 -04:00
7 lines
62 B
C++
7 lines
62 B
C++
#include "sharedFile.h"
|
|
|
|
int sharedFunction()
|
|
{
|
|
return 1;
|
|
}
|