3 lines
133 B
C
3 lines
133 B
C
/* This file holds the implementation of the optparse library functionality */
|
|
#define OPTPARSE_IMPLEMENTATION
|
|
#include "optparse.h"
|