su8 / charcodex

Blunt copy of JavaScript's String charCodeAt() function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charcodex

Return the char code in given string at certain index position

Usage

# input
$> charcodex 9 Hello World

# output
$> 108 

Installation

$ make
# make install

About

Blunt copy of JavaScript's String charCodeAt() function

License:GNU General Public License v3.0


Languages

Language:C 50.5%Language:Makefile 49.5%