Xtandard stuff...
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Ognjen Milan Robovic 67170c507e New untested stuff, beware... 8 månader sedan
LICENSE Doing stuff... 9 månader sedan
README.md Important updates and new README file... 8 månader sedan
install.sh Minor updates to generally make it suck less... 8 månader sedan
xtandard.c New untested stuff, beware... 8 månader sedan
xtandard.h New untested stuff, beware... 8 månader sedan

README.md

xtandard

xtandard -- Xolatile-style “header-only” library for commonly used functions.

  • Purpose of this library is to replace < stdio, stdlib, unistd, fcntl, ctype, string... .h >. (:
  • Intended usage is writing simple programs, which can fit it one source file, often only in ‘main’ function.
  • Of course, it uses some global variables, be careful with naming your variables, and avoid C-style “namespaces”, they're bad.
  • Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.

Installing:

$ sudo sh install.sh

Xolatile-style “header-only” library is my take on ‘stb’ header-only libraries. There are a lot of ideas that came from Ada, which is my second language. Main idea behind them is to avoid standard library and macros in programs. Also, I like to avoid C-style “namespaces” and bad function names...

This is the core library behind my other libraries such as xector, xatrix, xyntax, xurses, xender, xame...