PinYin.h 251 B

1234567891011121314
  1. //
  2. // PinYin.h
  3. // JWlive
  4. //
  5. // Created by 蒋理智 on 16/4/5.
  6. // Copyright © 2016年 pican zhang. All rights reserved.
  7. //
  8. #ifndef PinYin_h
  9. #define PinYin_h
  10. #include <stdio.h>
  11. char pinyinFirstLetter(unsigned short hanzi);
  12. #endif /* PinYin_h */