资源说明:School
School
Initial set-upYou´ll want to add a remote called upstream pointing to the canonical repository. This will allow you to easily keep your local master up-to-date.git clone https://github.com/thomasstr/School.git cd Schoolgit remote add upstream git://github.com/thomasstr/School.gitKeeping everything up-to-date
Assuming you already have master checked out, run:git fetch upstream git merge --ff-only upstream/masterCompiling pg3400-12 files from source
Example:
gcc -Wall -Werror -std=c99 -o varargs_ex_2 varargs_ex_2.c
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
English
