feat(CLangDoc): support C | 支持 C
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
* a
|
||||
*/
|
||||
int a = 1;
|
||||
|
||||
int main() {
|
||||
print()
|
||||
int b = a;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* OCReferenceElement
|
||||
* Language: ObjectiveC
|
||||
*/
|
||||
void print(){
|
||||
printf("Hello, World!\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user