I hereby claim:
- I am loyio on github.
- I am loyio (https://keybase.io/loyio) on keybase.
- I have a public key ASBdvq0nBisbjB-eSCbjPpUs9vPQtnyzmDaQdbSNctF0Nwo
To claim this, I am signing this object:
| using UnityEngine; | |
| public class FpsDisplay : MonoBehaviour | |
| { | |
| float _deltaTime = 0.0f; | |
| void Update() | |
| { | |
| _deltaTime += (Time.unscaledDeltaTime - _deltaTime) * 0.1f; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| Status ListInsert_Sq(SqList *L, int i, LElemType_Sq e) | |
| { | |
| LElemType_Sq *newbase; | |
| LElemType_Sq *p, *q; | |
| if(i<1 || i>(*L).length+1) | |
| return ERROR; | |
| if((*L).length >= (*L).listsize) | |
| { |