home: hub: 9ficl

ref: 44dad66afc8ce48978c267b7068b95c829d16a4e
dir: /unix.c/

View raw version
#include <string.h>
#include <sys/types.h>
#include <netinet/in.h>

#include "ficl.h"



unsigned long ficlNtohl(unsigned long number)
{
    return ntohl(number);
}




void ficlCompilePlatform(FICL_DICT *dp)
{
    return;
}