initial commit

This commit is contained in:
2026-02-04 00:16:34 +09:00
commit ae11528dd9
867 changed files with 209640 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/*****************************************************************************
* 업종코드정보
****************************************************************************/
typedef struct
{
char idx_div[1]; /* 시장구분값 ex) 00002(대형주)일 경우 맨 앞자리 0 */
char idx_code[4]; /* 업종코드 ex) 00002(대형주)일 경우 맨 앞자리를 제외한 0002 */
char idx_name[40]; /* 업종명 */
} IDX_CODE;