This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
libf
/
odbtest
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
992a71b0b0
Dallar
Biçim İmleri
master
odbtest
/
test
/
cgo
/
foo.c
foo.c
93 B
Geçmiş
Ham
1
2
3
4
5
6
7
#include "foo.h"
#include <stdio.h>
int count = 6;
void foo() {
printf("this is foo!\n");
}