您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
191 B

  1. -ifndef(RANKS_H_).
  2. -define(RANKS_H_, true).
  3. -record(rank_info, {
  4. key :: integer()
  5. , otherInfo :: term()
  6. , score1 :: term()
  7. , score2 :: term()
  8. , scoreN :: term()
  9. }).
  10. -endif.