呵呵。
/*
BeComeNb.c
-author: K.m.
function:let someone become NB .
para: personname-pointer
usage: command line execute
copyright: this file is under GNU license copyleft......
......
*/
#include <chunge.h>
#include <chunyemen.h>
void BeNb(char *p);
int
main(int argc,char **argv[]){
char *tobeNb = *argv[1];
BeNb(tobeNb);
return 0;
}
-------
[pureman@quanyuzhou]$make
.......done!
........done!
.........
[pureman@quanyuzhou]$./a.out 钟水水_
warning - chunge is not happy.
warning - female is much harder.
warning - body organ not perfectly match
warning - JJ is too big.
............
transform successful without errors!!