대시보드
저장소
파일스토어
액티비티
검색
로그인
SDC
/
A5_QD_CF_REVIEW
SDC C-Project CF Review 프로그램
요약
reflog
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
Merge branch 'feature/#4517_CF_AOI_Review_결과_파일_찾기_실패_개선' into develop
kojingeun
2023-07-14
f77e8008cac062596058fca2aeddda62b80bedbf
[SDC/A5_QD_CF_REVIEW.git]
/
External_Library
/
include
/
MVXLC
/
nic.h
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _NIC_H_
#define _NIC_H_
namespace mvsol
{
namespace nic
{
BOOL GetIp(CStringArray& strIpArray);
}
} // namespace mvsol
#endif // _NIC_H_