Skip to content

Instantly share code, notes, and snippets.

@sontx
Last active May 28, 2016 09:09
Show Gist options
  • Save sontx/5fab062eb678517f43284cbe50d12258 to your computer and use it in GitHub Desktop.
Save sontx/5fab062eb678517f43284cbe50d12258 to your computer and use it in GitHub Desktop.
Blog: Source compile process trong C++
#include "another.h"
int n){
printf("Number is %d\n", n);
}
int main(){
func(NUM);
}
#define NUM 10
void func(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment