Custom libraries
// File directory: ~/ExampleDir/myJmdLib.jh
&(n*<yourLibraryName>); // In this case the n* should be myJmdLib
&(l*<programmingLanguage>);
&(c*(*)) {
#def: exampleFunctionName{
// Function code
}
// Other functions
};
&(a*(*)) {
#def_append: _exampleAppendName{
// Append code
}
// Other appendables
};
&(eohf); // (eof) stands for `end of header file`Notes and details;
Last updated