Skip to content

c++ library, loading all functions from the project.

Notifications You must be signed in to change notification settings

jakubrekowski/laf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

laf

laf is a library to c++ that automatically defines all functions in the project.

install and use

download & install

Download the repository and copy the laf.h file to your project.

bash:

git clone https://github.com/jakubrekowski/laf
cd laf/src
cp laf.h ~/path/to-your/project/laf.h
touch ~/path/to-your/project/functions.laf.h

Now attach the laf.h file to the header of your projection, in each file.

c++:

#include "laf.h"

how to use

learn syntax

donate

Donate me with PayPal and support this project.

license

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.