School
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:School

School

Initial set-up
git clone https://github.com/thomasstr/School.git
cd School
You´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 remote add upstream git://github.com/thomasstr/School.git

Keeping everything up-to-date

Assuming you already have master checked out, run:
git fetch upstream
git merge --ff-only upstream/master

Compiling pg3400-12 files from source

Example:

gcc -Wall -Werror -std=c99 -o varargs_ex_2 varargs_ex_2.c

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。