contributed_functions
This is an old revision of the document!
Table of Contents
字符串相关
parseInt
int parseInt(string s) { /* TODO */ }
数组相关
fillIntArray
int fillIntArray(int[] a, int v) { int i; for (i = 0; i < a.length; i = i+1) { a[i] = v; } return 0; }
contributed_functions.1329829926.txt.gz · Last modified: 2012/02/21 13:12 by xjia