Source code

Revision control

Copy as Markdown

Other Tools

#include <stdio.h>
#include "MyHeader.h"
int main() {
printf("%s\n", kFoo);
}