项目作者: su8

项目描述 :
Blunt copy of JavaScript's String charCodeAt() function
高级语言: C
项目地址: git://github.com/su8/charcodex.git
创建时间: 2018-07-31T15:31:54Z
项目社区:https://github.com/su8/charcodex

开源协议:GNU General Public License v3.0

下载


charcodex

Return the char code in given string at certain index position

Usage

  1. # input
  2. $> charcodex 9 Hello World
  3. # output
  4. $> 108

Installation

  1. $ make
  2. # make install