On 12/25/17 2:46 AM, Chris Mi wrote:
This function calculates how many commands a batch file has and
set it to global variable cmdlinetotal.
Signed-off-by: Chris Mi
---
include/utils.h | 4
lib/utils.c | 20
2 files changed, 24 insertions(+)
diff --git a/in
On 12/25/17 2:46 AM, Chris Mi wrote:
> This function calculates how many commands a batch file has and
> set it to global variable cmdlinetotal.
>
> Signed-off-by: Chris Mi
> ---
> include/utils.h | 4
> lib/utils.c | 20
> 2 files changed, 24 insertions(+)
>
> di
This function calculates how many commands a batch file has and
set it to global variable cmdlinetotal.
Signed-off-by: Chris Mi
---
include/utils.h | 4
lib/utils.c | 20
2 files changed, 24 insertions(+)
diff --git a/include/utils.h b/include/utils.h
index d3895d