项目作者: su8
项目描述 :
Blunt copy of JavaScript's String charCodeAt() function
高级语言: C
项目地址: git://github.com/su8/charcodex.git
charcodex
Return the char code in given string at certain index position
Usage
# input
$> charcodex 9 Hello World
# output
$> 108
Installation
$ make
# make install