Can't fscanf a file, can't catch the newline

后端 未结 0 477
被撕碎了的回忆
被撕碎了的回忆 2021-01-29 07:23
struct card{
    char face[3];
    char suit[4];
};
typedef struct card Card;

struct stack{
    Card cardd;
    struct stack *nextPtr;
};
typedef struct stack Stack;

i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题