libft pas symlink
This commit is contained in:
50
srcs/fdf.c
50
srcs/fdf.c
@@ -54,51 +54,19 @@ int main(void)
|
||||
}
|
||||
|
||||
/*
|
||||
** w forward 119
|
||||
** a left 97
|
||||
** s backward 115
|
||||
** d right 100
|
||||
** < 65361
|
||||
** > 65363
|
||||
** v 65364
|
||||
** ^ 65362
|
||||
** esc 65307
|
||||
** x_event | x_mask | action
|
||||
** 2 | 1L << 0 | key press
|
||||
** 3 | 1L << 1 | key release
|
||||
** 4 | | mouse press
|
||||
** 5 | | mouse release
|
||||
** 6 | | mouse move
|
||||
** 12 | | expose event
|
||||
** 17 | 1L << 17 | x button press (red button)
|
||||
** | |
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
**
|
||||
** // x_event | x_mask | action
|
||||
** // 2 | 1L << 0 | key press
|
||||
** // 3 | 1L << 1 | key release
|
||||
** // 4 | | mouse press
|
||||
** // 5 | | mouse release
|
||||
** // 6 | | mouse move
|
||||
** // 12 | | expose event
|
||||
** // 17 | 1L << 17 | x button press (red button)
|
||||
** // | |
|
||||
**
|
||||
**
|
||||
**
|
||||
** FONCTIONS EXTERNES AUTORISEES :
|
||||
** . open
|
||||
** . close
|
||||
** . read
|
||||
** . write
|
||||
** . malloc
|
||||
** . free
|
||||
** . perror
|
||||
** . strerror
|
||||
** . exit
|
||||
** . math lib :
|
||||
** -lm // needed at compilation to link the lib :
|
||||
** gcc foo.c -o foo -lm
|
||||
** man
|
||||
** man 3 math
|
||||
** . minilibx :
|
||||
** minilibx_opengl.tgz
|
||||
** minilibx_mms_20200219_beta.tgz
|
||||
|
||||
Reference in New Issue
Block a user