Changeset 31 for trunk/include/regfio.h


Ignore:
Timestamp:
07/16/05 15:05:19 (19 years ago)
Author:
tim
Message:

Added new lightweight stack library

rewrote test program to use this instead of string concatenation/recursion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfio.h

    r30 r31  
    3434#define _REGFIO_H
    3535
     36#include <stdlib.h>
     37#include <stdio.h>
    3638#include <stdbool.h>
    37 #include <stdio.h>
     39#include <string.h>
    3840#include <errno.h>
     41#include <time.h>
    3942#include <fcntl.h>
    4043#include <sys/stat.h>
Note: See TracChangeset for help on using the changeset viewer.