Log in Register Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

abh's Profile Picture

abh

556 Files

161067 Views

Latest files of /abh/learning/c/RCU/src/wc

readme.md abh/learning/c/RCU/src/wc/readme.md
25 Views
0 Comments
# wc

word, line, and byte or character count

---

## POSIX Compliance

wc abh/learning/c/RCU/src/wc/main.c
197 Views
0 Comments
/* wc */

#define POSIX_C_SOURCE 200809L

#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include <malloc.h>
Makefile abh/learning/c/RCU/src/wc/Makefile
30 Views
0 Comments
Media file