mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-24 05:41:21 -04:00
7 lines
62 B
C
7 lines
62 B
C
#include "moduleFile.h"
|
|
|
|
int ModuleFunction()
|
|
{
|
|
return 1;
|
|
}
|