Skip to content

Instantly share code, notes, and snippets.

@dhowells
dhowells / kcm-sample.c
Last active December 20, 2023 18:54 — forked from peo3/kcm-sample.c
A sample program of KCM
/*
* A sample program of KCM.
*
* $ gcc -lbcc kcm-sample.c
* $ ./a.out 10000
*/
#include <err.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>