Last indexation completed on 2024-04-28 06:00:06 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 2024-04-28 05:48:37

include "incl_from.h"

file incl_from.h 55 bytes 2024-02-11 01:48:06 2024-04-28 05:48:37

pragma once // krazy:skip

file incl_from_from.h 80 bytes 2024-02-11 01:48:06 2024-04-28 05:48:37

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

file main.c 163 bytes 2024-02-11 01:48:06 2024-04-28 05:48:37

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 2024-04-28 05:48:37