root-project / cling

The cling C++ interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

init config

Freed-Wu opened this issue · comments

commented

Can cling have a init config like ~/.config/cling/init.c:

#include <stdlib.h>

Then every time user enter cling will include <stdlib.h> automatically, don't need to input the same code every time.

About ~/.config/cling, See XDG.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

We now have .cling-init support, see root-project/root#11262 (comment)