1*27162e4eSAndroid Build Coastguard Worker /* 2*27162e4eSAndroid Build Coastguard Worker loremOut.h - lorem ipsum generator to stdout 3*27162e4eSAndroid Build Coastguard Worker Copyright (C) Yann Collet 2024 4*27162e4eSAndroid Build Coastguard Worker 5*27162e4eSAndroid Build Coastguard Worker GPL v2 License 6*27162e4eSAndroid Build Coastguard Worker 7*27162e4eSAndroid Build Coastguard Worker This program is free software; you can redistribute it and/or modify 8*27162e4eSAndroid Build Coastguard Worker it under the terms of the GNU General Public License as published by 9*27162e4eSAndroid Build Coastguard Worker the Free Software Foundation; either version 2 of the License, or 10*27162e4eSAndroid Build Coastguard Worker (at your option) any later version. 11*27162e4eSAndroid Build Coastguard Worker 12*27162e4eSAndroid Build Coastguard Worker This program is distributed in the hope that it will be useful, 13*27162e4eSAndroid Build Coastguard Worker but WITHOUT ANY WARRANTY; without even the implied warranty of 14*27162e4eSAndroid Build Coastguard Worker MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15*27162e4eSAndroid Build Coastguard Worker GNU General Public License for more details. 16*27162e4eSAndroid Build Coastguard Worker 17*27162e4eSAndroid Build Coastguard Worker You should have received a copy of the GNU General Public License along 18*27162e4eSAndroid Build Coastguard Worker with this program; if not, write to the Free Software Foundation, Inc., 19*27162e4eSAndroid Build Coastguard Worker 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20*27162e4eSAndroid Build Coastguard Worker 21*27162e4eSAndroid Build Coastguard Worker You can contact the author at : 22*27162e4eSAndroid Build Coastguard Worker - LZ4 source repository : https://github.com/lz4/lz4 23*27162e4eSAndroid Build Coastguard Worker - Public forum : https://groups.google.com/forum/#!forum/lz4c 24*27162e4eSAndroid Build Coastguard Worker */ 25*27162e4eSAndroid Build Coastguard Worker 26*27162e4eSAndroid Build Coastguard Worker 27*27162e4eSAndroid Build Coastguard Worker /* LOREM_genOut(): 28*27162e4eSAndroid Build Coastguard Worker * Generate @size bytes of compressible data using lorem ipsum generator into stdout. 29*27162e4eSAndroid Build Coastguard Worker */ 30*27162e4eSAndroid Build Coastguard Worker void LOREM_genOut(unsigned long long size, unsigned seed); 31