Descripción
Declare a struct
File Template: ❌
Prefix
struct:decl
Scopes
c
Snippet de código
typedef struct {
${1:int} ${2:id};
char ${3:name}[${4:50}];
} ${5:MyStruct};
Declare a struct
struct:decl
c
typedef struct {
${1:int} ${2:id};
char ${3:name}[${4:50}];
} ${5:MyStruct};