test.c 113 B

1234567891011
  1. #include "test.h"
  2. typedef int anInt;
  3. static void tato(void)
  4. {
  5. }
  6. int main(int argc, char **argv)
  7. {
  8. return 0;
  9. }