Quantcast
Channel: Library for managing CLI flags - Code Review Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Harith for Library for managing CLI flags

The pragma directive is non-portable:Though supported by most modern compilers, it is not standard C.Consider using include guards:// #pragma once#ifndef FLAGUTIL_H#define FLAGUTIL_H...#endif /*...

View Article


Library for managing CLI flags

I'm pretty new to C, started learning it less than a month ago, the only language I had previous experience was Javascript.Anyways, I wrote a library for dealing with CLI flags. It's not a serious...

View Article
Browsing latest articles
Browse All 2 View Live




<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>