1 | sbool addLibrary(S libID) {
|
2 | ret addLibraryToCurrentProgram(libID); |
3 | } |
4 | |
5 | sbool addLibrary(File f) {
|
6 | ret addLibraryToCurrentProgram(f); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016157 |
| Snippet name: | addLibrary - synonym of addLibraryToCurrentProgram; returns true if library is new |
| Eternal ID of this version: | #1016157/5 |
| Text MD5: | af4ac4bee04fac4d758edb80935b84f4 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-11 13:26:25 |
| Source code size: | 143 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 803 / 803 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |