???
123123123123
.....................................................................................................................................???
123123123123
.....................................................................................................................................
Warning: Undefined variable $auth in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Trying to access array offset on null in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 189
3
\ @ s d dl Z d dlT eeZdd ZG dd deeZe jdkr\dZ eZ
G d d
d
eedZn0e jdkrd
Z eZG dd deedZ
neddS ) N)*c C sL t | trt| tS t| tr.t| j| j S t| t r<| S t
d| dS )zReturn the type with the 'other' byte order. Simple types like
c_int and so on already have __ctype_be__ and __ctype_le__
attributes which contain the types, for more complicated types
arrays and structures are supported.
z+This type does not support other endian: %sN)hasattr
_OTHER_ENDIANgetattr
isinstance_array_type
_other_endianZ_type_Z_length_
issubclass Structure TypeError)typ r
&/usr/lib64/python3.6/ctypes/_endian.pyr s
r c s e Zd Z fddZ ZS )
_swapped_metac sb |dkrPg }x>|D ]6}|d }|d }|dd }|j |t|f| qW |}t j|| d S )NZ_fields_r )appendr super__setattr__)selfZattrnamevalueZfieldsZdescnamer rest) __class__r
r r s
z_swapped_meta.__setattr__)__name__
__module____qualname__r
__classcell__r
r
)r r r s r littleZ__ctype_be__c @ s e Zd ZdZf ZdZdS )BigEndianStructurez$Structure with big endian byte orderN)r r r __doc__ __slots___swappedbytes_r
r
r
r r . s r ) metaclassZbigZ__ctype_le__c @ s e Zd ZdZf ZdZdS )LittleEndianStructurez'Structure with little endian byte orderN)r r r r r! r" r
r
r
r r$ 7 s r$ zInvalid byteorder)
sysZctypestypeZArrayr r r
r byteorderr r$ r RuntimeErrorr
r
r
r s