Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

files of /abh/learning/c/RCU/src/head/

Makefile /abh/learning/c/RCU/src/head/Makefile
64 Views
0 Comments

head: main.c
gcc main.c -o head

clean:
rm head

head /abh/learning/c/RCU/src/head/main.c
101 Views
0 Comments
/* head */

#define _POSIX_C_SOURCE 202405L

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.
readme.md /abh/learning/c/RCU/src/head/readme.md
34 Views
0 Comments
# head

copy the first part of files

---

## POSIX Compliance