uppercase.c
Version:
uppercase a string in-place in c
27 lines (26 loc) • 531 B
JSON
{
"name": "uppercase.c",
"version": "0.0.0",
"description": "uppercase a string in-place in c",
"main.c": "index.c",
"repository": {
"type": "git",
"url": "git://github.com/substack/uppercase.c.git"
},
"homepage": "https://github.com/substack/uppercase.c",
"keywords": [
"dotc",
"c",
"c++",
"preprocessor",
"compile",
"module",
"system"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}