Project

General

Profile

Actions

Feature #85

closed

Feature #79: CASLアセンブラ機能設計書についての質問

CASLアセンブラ機能設計書についての質問④

Added by Ryohei Sato over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
06/17/2021
Due date:
% Done:

100%

Estimated time:
0.50 h

Description

構造体
struct Err{
char *Err_code;
char *message;
};
のメンバの型について、char型だと値がうまく代入できないため、char*型に変更した方がよいと考えます。

Actions #1

Updated by Masaya Tsujino over 3 years ago

  • Status changed from New to In Progress
Actions #2

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 #3

Updated by Ryohei Sato over 3 years ago

  • Status changed from Resolved to Closed

確認いたしました。

Actions

Also available in: Atom PDF