Re: Re: Bez tytułu

">

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 21

Backtrace:

File: /home/k4be/public_html_pastebin/themes/default/views/view/view.php
Line: 21
Function: _error_handler

File: /home/k4be/public_html_pastebin/application/core/MY_Loader.php
Line: 147
Function: include

File: /home/k4be/public_html_pastebin/application/core/MY_Loader.php
Line: 33
Function: _ci_load

File: /home/k4be/public_html_pastebin/application/controllers/Main.php
Line: 599
Function: view

File: /home/k4be/public_html_pastebin/index.php
Line: 284
Function: require_once

z

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 21

Backtrace:

File: /home/k4be/public_html_pastebin/themes/default/views/view/view.php
Line: 21
Function: _error_handler

File: /home/k4be/public_html_pastebin/application/core/MY_Loader.php
Line: 147
Function: include

File: /home/k4be/public_html_pastebin/application/core/MY_Loader.php
Line: 33
Function: _ci_load

File: /home/k4be/public_html_pastebin/application/controllers/Main.php
Line: 599
Function: view

File: /home/k4be/public_html_pastebin/index.php
Line: 284
Function: require_once

- Pokaż różnice
URL https://pastebin.k4be.pl/view/7c39bc09 Udostępnij
Pobierz wklejkę lub Pokaż surowy tekst
  1. uint16_t tab[];
  2.  
  3. void f(void) {
  4.         uint16_t y;
  5.         uint16_t *x;
  6.         uint8_t *a, *b;
  7.        
  8.  
  9.         x = tab;  
  10.        
  11.         while(*x) {    
  12.                 a = x[1];  
  13.                 b = &x[2];  
  14.                
  15.                 x = 0;    
  16.                 for(y = tab[0]; y > 0; y--) {
  17.                         a[x] = b[x];
  18.                         x++;
  19.                 }      
  20.                
  21.                 x += b;  
  22.         }      
  23. }

odpowiedzi na Re: Re: Bez tytułu rss

Tytuł Autor Język Dodano
Re: Re: Re: Bez tytułu Bistre Ostrich arm 3 lata temu.

odpowiedź "Re: Re: Bez tytułu"

Tutaj możesz odpowiedzieć na wklejkę z góry

captcha