Actions
Feature #85
closedFeature #79: CASLアセンブラ機能設計書についての質問
CASLアセンブラ機能設計書についての質問④
Start date:
06/17/2021
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
構造体
struct Err{
char *Err_code;
char *message;
};
のメンバの型について、char型だと値がうまく代入できないため、char*型に変更した方がよいと考えます。
Updated by Masaya Tsujino over 3 years ago
- Status changed from New to In Progress
Updated by Masaya Tsujino over 3 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Masaya Tsujino to Ryohei Sato
- % Done changed from 0 to 100
承知いたしました。
構造体型配列Errのメンバはcharポインタ型とします。
提案ありがとうございます。
Actions