Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obstack-standalone

This is just a standalone, portable version of obstack.h from the GNU C library.

How to build

  • Install CMake for your platform. Probably this is brew install cmake, or apt install cmake, or something like that.

  • build and install it

      cmake . -DCMAKE_INSTALL_PREFIX=/usr/local
      make
      make install
    

see also: CMAKE_INSTALL_PREFIX

Or just compile it.

It's only one source file and one header.

gcc -I. obstack.c tst-obstack.c -o tst-obstack

About

This is just a standalone, portable version of obstack.h from the GNU C library.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages