use clang for demo

refactor_anto
Sebastien Bourdeauducq 2020-11-10 20:39:17 +08:00
parent f0d331c35a
commit d538988e5a
1 changed files with 1 additions and 1 deletions

2
demo.c
View File

@ -1,4 +1,4 @@
// gcc -Wall -o demo demo.c test.o
// clang -Wall -o demo demo.c test.o
#include <stdio.h>
#include <string.h>