Rizin
unix-like reverse engineering framework and cli tools
procfs.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2009-2016 pancake <pancake@nopcode.org>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef PROCFS_H
5 #define PROCFS_H
6 
7 int procfs_pid_slurp(int pid, char *prop, char *out, size_t len);
8 
9 #endif
size_t len
Definition: 6502dis.c:15
const lzma_allocator const uint8_t size_t uint8_t * out
Definition: block.h:528
static static fork const void static count static fd const char const char static newpath char char char static envp time_t static t const char static mode static whence const char static dir time_t static t unsigned static seconds const char struct utimbuf static buf static inc pid
Definition: sflib.h:64
int procfs_pid_slurp(int pid, char *prop, char *out, size_t len)
Definition: procfs.c:7