C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
main.c File Reference

Hash-table CLI demo — word frequency counter. More...

#include "hash_table.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Hash-table CLI demo — word frequency counter.

Definition in file data_structures/hash_table/main.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)