Created
May 28, 2020 17:04
-
-
Save 911992/4f36f9a36b48690969f9f66fca91e1df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int main(void) { | |
int _jp_tsu = 'ッ'; | |
printf("Tsu: %x\n",_jp_tsu); | |
return 0; | |
} | |
//out: Tsu: e38383 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Facebook