*** empty log message ***
This commit is contained in:
11
lang/basic/lib/asc.c
Normal file
11
lang/basic/lib/asc.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "string.h"
|
||||
|
||||
/* $Header $ */
|
||||
|
||||
int _asc(str)
|
||||
String *str;
|
||||
{
|
||||
if(str==0 || str->strval==0)
|
||||
error(3);
|
||||
return( *str->strval);
|
||||
}
|
||||
Reference in New Issue
Block a user