/* * Test regular printstrn/umoven. * * Copyright (c) 2017-2021 Dmitry V. Levin * All rights reserved. * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "tests.h" #include "test_ucopy.h" #include int main(void) { if (!test_process_vm_readv()) perror_msg_and_skip("process_vm_readv"); test_printstrn(4096); puts("+++ exited with 0 +++"); return 0; }