Last indexation completed on 2026-01-11 05:52:41 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 18:21:28  
folder subdir/ - 2024-02-11 01:48:06  
file incl_from.c 109 bytes 2024-02-11 01:48:06 2026-01-11 05:40:39

include "incl_from.h"

file incl_from.h 55 bytes 2024-02-11 01:48:06 2026-01-11 05:40:39

pragma once // krazy:skip

file incl_from_from.h 80 bytes 2024-02-11 01:48:06 2026-01-11 05:40:39

pragma once // krazy:skip int incl_from_from(void);

file main.c 163 bytes 2024-02-11 01:48:06 2026-01-11 05:40:39

include "incl_from_from.h" int main(void) { test(); printf("test\n"); return 0; } int incl_from(void) { printf("incl_from\n"); return 0; }

file Makefile 408 bytes 2024-02-11 01:48:06 2026-01-11 05:40:39