Newer
Older
ubixos / src / lib / libc / include / sys / sys.h
@reddawg reddawg on 8 Jun 2002 403 bytes Woot
/**************************************************************************************
 Copyright (c) 2002 The UbixOS Project
 All rights reserved.

 Redistribution and use in source and binary forms, with or without modification,
 are prohibited.

 $Id$

**************************************************************************************/

#ifndef _SYS_H
#define _SYS_H

void exec(char *);

#endif