/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ppc.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2017/11/01 11:38:10 by jhalford #+# #+# */ /* Updated: 2017/11/01 11:38:29 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef PPC_H # define PPC_H void otool_ppc(void *file, t_otooldata *data); #endif