项目作者: su8

项目描述 :
Convert the first letter of each word to upper case
高级语言: C
项目地址: git://github.com/su8/capz.git
创建时间: 2018-08-01T10:26:45Z
项目社区:https://github.com/su8/capz

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

下载


capz

Convert the first letter of each word to upper case

Usage

  1. # input
  2. $> capz hello world
  3. # output
  4. $> Hello World

Installation

  1. $ make
  2. # make install