PFVariable 데이터 모델입니다.
구문
typedef struct PFVariable {
const char* name;
const char* value;
} PFVariable;
멤버
name const char*
is null-terminated
변수의 이름입니다.
value const char*
is null-terminated
(선택 사항) 변수의 값입니다.
요구 사항
헤더: PFTypes.h