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

Also available in: Atom PDF