18 lines
977 B
C
18 lines
977 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* ppc.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* 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
|