初次提交,包含c语言实现的,cirbuff和varray

This commit is contained in:
forbelief 2016-11-20 23:31:59 -08:00
commit 64ad5e515e
9 changed files with 1178 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# 常见文件
*.o
*.a
*.i
*.out
*.so
*.bak
*.elf
*.h.*
.*
# 压缩文件
*.gz
*.tar
*.xz
# 索引文件
cscope.*
ncscope.*
tags
# !
!.gitignore